PHP 클래스 ezcWorkflowExecutionNonInteractive, Workflow

This workflow execution engine can only execute workflows that do not have any Input and/or SubWorkflow nodes.
상속: extends ezcWorkflowExecution
파일 보기 프로젝트 열기: zetacomponents/workflow 1 사용 예제들

공개 메소드들

메소드 설명
__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.

메소드 상세

__set() 공개 메소드

Property write access.
public __set ( string $propertyName, mixed $val )
$propertyName string Name of the property.
$val mixed The value for the property.

doEnd() 보호된 메소드

End workflow execution.
protected doEnd ( )

doGetSubExecution() 보호된 메소드

Returns a new execution object for a sub workflow.
protected doGetSubExecution ( integer $id = null ) : ezcWorkflowExecution
$id integer
리턴 ezcWorkflowExecution

doResume() 보호된 메소드

Resume workflow execution.
protected doResume ( )

doStart() 보호된 메소드

Start workflow execution.
protected doStart ( integer $parentId )
$parentId integer

doSuspend() 보호된 메소드

Suspend workflow execution.
protected doSuspend ( )