PHP 클래스 ezcWorkflowNodeBranch, Workflow

상속: extends ezcWorkflowNode
파일 보기 프로젝트 열기: zetacomponents/workflow 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$maxOutNodes integer Constraint: The maximum number of outgoing nodes this node has to have to be valid.
$minOutNodes integer Constraint: The minimum number of outgoing nodes this node has to have to be valid.
$startNewThreadForBranch boolean Whether or not to start a new thread for a branch.

보호된 메소드들

메소드 설명
activateOutgoingNodes ( ezcWorkflowExecution $execution, array $nodes ) : boolean Activates this node's outgoing nodes.

메소드 상세

activateOutgoingNodes() 보호된 메소드

Activates this node's outgoing nodes.
protected activateOutgoingNodes ( ezcWorkflowExecution $execution, array $nodes ) : boolean
$execution ezcWorkflowExecution
$nodes array
리턴 boolean true when the node finished execution, and false otherwise

프로퍼티 상세

$maxOutNodes 보호되어 있는 프로퍼티

Constraint: The maximum number of outgoing nodes this node has to have to be valid.
protected int $maxOutNodes
리턴 integer

$minOutNodes 보호되어 있는 프로퍼티

Constraint: The minimum number of outgoing nodes this node has to have to be valid.
protected int $minOutNodes
리턴 integer

$startNewThreadForBranch 보호되어 있는 프로퍼티

Whether or not to start a new thread for a branch.
protected bool $startNewThreadForBranch
리턴 boolean