Copied!

ActionServiceDecorator

ActionServiceDecorator.php : 13
Abstract

Properties

protected $innerService

ActionServiceDecorator.php : 15
protected ActionServiceInterface $innerService

Methods

public__construct()

ActionServiceDecorator.php : 17
public __construct(ActionServiceInterface $innerService)

Parameters

Name Type Default value Description
$innerService ActionServiceInterface - -

publicexecute()

ActionServiceDecorator.php : 22
public execute(ActionInterface $action[, ActionConfigurationInterface|null $actionConfiguration = null ][, ActionHandlerInterface|null $handler = null ]) : ActionResponseInterface

Parameters

Name Type Default value Description
$action ActionInterface - -
$actionConfiguration ActionConfigurationInterface|null null -
$handler ActionHandlerInterface|null null -

Return values

ActionResponseInterface