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
Показать файл
Открыть проект
Защищенные свойства (Protected)
Защищенные методы
Метод |
Описание |
|
doVisit ( ezcWorkflowVisitable $visitable ) |
Perform the visit. |
|
Описание методов
doVisit()
защищенный Метод
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 |
|