Copied!

AbstractStageWorkflowActionListener

AbstractStageWorkflowActionListener.php : 14

Methods

publicgetActionMetadata()

AbstractStageWorkflowActionListener.php : 16
public getActionMetadata(WorkflowInterface $workflow, array<string|int, mixed> $markingPlaces) : array<string|int, mixed>|null

Parameters

Name Type Default value Description
$workflow WorkflowInterface - -
$markingPlaces array<string|int, mixed> - -

Return values

array<string|int, mixed>|null

publiconConditionalWorkflowEvent()

AbstractConditionalWorkflowActionListener.php : 21
public final onConditionalWorkflowEvent(TransitionEvent|EnteredEvent $event) : void

Parameters

Name Type Default value Description
$event TransitionEvent|EnteredEvent - -

publiconWorkflowEvent()

AbstractStageWorkflowActionListener.php : 29
public abstract onWorkflowEvent(EnteredEvent $event) : void

Parameters

Name Type Default value Description
$event EnteredEvent - -

publicsetResult()

AbstractConditionalWorkflowActionListener.php : 58
public setResult(Event $event, mixed $value) : void

Parameters

Name Type Default value Description
$event Event - -
$value mixed - -