PHP 클래스 ezcWorkflowVisitorVerification, Workflow

This visitor should not be used directly but will be used by the verify() method on the workflow. verify(); ?> The verifier checks that: - there is only one start node - there is only one finally node - each node satisfies the constraints of the respective node type
상속: extends ezcWorkflowVisitor
파일 보기 프로젝트 열기: zetacomponents/workflow

보호된 프로퍼티들

프로퍼티 타입 설명
$numFinallyNodes integer Holds the number of finally nodes encountered during visiting.
$numStartNodes integer Holds the number of start nodes encountered during visiting.

보호된 메소드들

메소드 설명
doVisit ( ezcWorkflowVisitable $visitable ) Perform the visit.

메소드 상세

doVisit() 보호된 메소드

Perform the visit.
protected doVisit ( ezcWorkflowVisitable $visitable )
$visitable ezcWorkflowVisitable

프로퍼티 상세

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

Holds the number of finally nodes encountered during visiting.
protected int $numFinallyNodes
리턴 integer

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

Holds the number of start nodes encountered during visiting.
protected int $numStartNodes
리턴 integer