PHP Class 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
Inheritance: extends ezcWorkflowVisitor
Afficher le fichier Open project: zetacomponents/workflow

Protected Properties

Свойство Type Description
$numFinallyNodes integer Holds the number of finally nodes encountered during visiting.
$numStartNodes integer Holds the number of start nodes encountered during visiting.

Méthodes protégées

Méthode Description
doVisit ( ezcWorkflowVisitable $visitable ) Perform the visit.

Method Details

doVisit() protected méthode

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

Property Details

$numFinallyNodes protected_oe property

Holds the number of finally nodes encountered during visiting.
protected int $numFinallyNodes
Résultat integer

$numStartNodes protected_oe property

Holds the number of start nodes encountered during visiting.
protected int $numStartNodes
Résultat integer