Class BasicEventSequence
The basic event sequence.
- yii\base\Object
- raoul2000\workflow\events\BasicEventSequence implements raoul2000\workflow\events\IEventSequence
Namespace: raoul2000\workflow\events
See:
Located at events/BasicEventSequence.php
See:
raoul2000\workflow\events\IEventSequence
Located at events/BasicEventSequence.php
Methods summary
public
array
|
#
createEnterWorkflowSequence(
Produces the following sequence when a model enters a workflow : |
public
array
|
#
createLeaveWorkflowSequence(
Produces the following sequence when a model leaves a workflow : |
public
array
|
#
createChangeStatusSequence(
Produces the following sequence when a model changes from status A to status B: |