메소드 |
설명 |
|
changeStatus ( string $start, string $end ) : string |
Returns the scenario name for a change status action. |
|
enterStatus ( string $status = self::ANY_STATUS ) : string |
Returns the scenario name for a enter status action. |
|
enterWorkflow ( string $workflowId = self::ANY_WORKFLOW ) : string |
Returns the scenario name for a enter workflow action. |
|
leaveStatus ( string $status = self::ANY_STATUS ) : string |
Returns the scenario name for a leave status action. |
|
leaveWorkflow ( string $workflowId = self::ANY_WORKFLOW ) : string |
Returns the scenario name for a leave workflow action. |
|
match ( string $scenario1, string $scenario2 ) : boolean |
Test if 2 scenario match. |
|