메소드 | 설명 | |
---|---|---|
__set ( string $propertyName, mixed $val ) | Property write access. |
메소드 | 설명 | |
---|---|---|
doEnd ( ) | End workflow execution. | |
doGetSubExecution ( integer $id = null ) : ezcWorkflowExecution | Returns a new execution object for a sub workflow. | |
doResume ( ) | Resume workflow execution. | |
doStart ( integer $parentId ) | Start workflow execution. | |
doSuspend ( ) | Suspend workflow execution. |
protected doGetSubExecution ( integer $id = null ) : ezcWorkflowExecution | ||
$id | integer | |
리턴 | ezcWorkflowExecution |