Свойство | Тип | Описание | |
---|---|---|---|
$endNode | ezcWorkflowNodeEnd | Holds the default end node object. | |
$finallyNode | ezcWorkflowNodeFinally | Holds the finally node object. | |
$finallyNodeVisited | boolean | Flag that indicates whether the finally node has been visited. | |
$nextId | integer | Holds the sequence of node ids. | |
$nodes | array(integer=>ezcWorkflowNode) | Holds the visited nodes. | |
$sorted | boolean | Flag that indicates whether the node list has been sorted. | |
$startNode | ezcWorkflowNodeStart | Holds the start node object. |
Метод | Описание | |
---|---|---|
__construct ( ezcWorkflow $workflow ) | Constructor. | |
getNodes ( ) : array | Returns the collected nodes. |
Метод | Описание | |
---|---|---|
doVisit ( ezcWorkflowVisitable $visitable ) | Perform the visit. |
public __construct ( ezcWorkflow $workflow ) | ||
$workflow | ezcWorkflow |
protected doVisit ( ezcWorkflowVisitable $visitable ) | ||
$visitable | ezcWorkflowVisitable |
protected ezcWorkflowNodeEnd $endNode | ||
Результат | ezcWorkflowNodeEnd |
protected ezcWorkflowNodeFinally $finallyNode | ||
Результат | ezcWorkflowNodeFinally |
protected bool $finallyNodeVisited | ||
Результат | boolean |
protected array(integer=>ezcWorkflowNode) $nodes | ||
Результат | array(integer=>ezcWorkflowNode) |
protected bool $sorted | ||
Результат | boolean |