Copied!

WorkflowActionListenerRegistryInterface

WorkflowActionListenerRegistryInterface.php : 13

Methods

publicaddActionListener()

WorkflowActionListenerRegistryInterface.php : 17
public addActionListener(WorkflowActionListenerInterface $actionListener) : void

Parameters

Name Type Default value Description
$actionListener WorkflowActionListenerInterface - -

publicgetActionListener()

WorkflowActionListenerRegistryInterface.php : 15
public getActionListener(string $identifier) : WorkflowActionListenerInterface|null

Parameters

Name Type Default value Description
$identifier string - -

Return values

WorkflowActionListenerInterface|null