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
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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