Copied!

Action

Action.php : 13
Implements ActionInterface

Properties

protected $actionContext

Action.php : 15
protected ActionContext|null $actionContext = null

protected $runtimeContext

Action.php : 17
protected RuntimeContext|null $runtimeContext = null

Methods

publicgetActionContext()

Action.php : 19
public getActionContext() : ActionContext|null

Return values

ActionContext|null

publicgetRuntimeContext()

Action.php : 24
public getRuntimeContext() : RuntimeContext|null

Return values

RuntimeContext|null

publichasActionContext()

Action.php : 39
public hasActionContext() : bool

Return values

bool

publichasRuntimeContext()

Action.php : 44
public hasRuntimeContext() : bool

Return values

bool

publicsetActionContext()

Action.php : 29
public setActionContext(ActionContext $actionContext) : void

Parameters

Name Type Default value Description
$actionContext ActionContext - -

publicsetRuntimeContext()

Action.php : 34
public setRuntimeContext(RuntimeContext $runtimeContext) : void

Parameters

Name Type Default value Description
$runtimeContext RuntimeContext - -