Class ExtendedEventSequence
This event sequence provider include additional generic events to each sequence.
For example, when entering into a workflow, the generic event EnterWorkflow() is added to the sequence allowing the developer to create a handler invoked each time a model enters into a workflow.
- yii\base\Object
- raoul2000\workflow\events\ExtendedEventSequence implements raoul2000\workflow\events\IEventSequence
Namespace: raoul2000\workflow\events
See:
Located at events/ExtendedEventSequence.php
See:
raoul2000\workflow\events\IEventSequence
Located at events/ExtendedEventSequence.php
Methods summary
public
array
|
#
createEnterWorkflowSequence(
Produces the following event sequence when a model enters a workflow. |
public
array
|
#
createLeaveWorkflowSequence(
Produces the following event sequence when a model leaves a workflow. |
public
array
|
#
createChangeStatusSequence(
Produces the following event sequence when a model changes from status A to status B. |