PHP Класс ezcWorkflowNodeBranch, Workflow

Наследование: extends ezcWorkflowNode
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$maxOutNodes integer Constraint: The maximum number of outgoing nodes this node has to have to be valid.
$minOutNodes integer Constraint: The minimum number of outgoing nodes this node has to have to be valid.
$startNewThreadForBranch boolean Whether or not to start a new thread for a branch.

Защищенные методы

Метод Описание
activateOutgoingNodes ( ezcWorkflowExecution $execution, array $nodes ) : boolean Activates this node's outgoing nodes.

Описание методов

activateOutgoingNodes() защищенный Метод

Activates this node's outgoing nodes.
protected activateOutgoingNodes ( ezcWorkflowExecution $execution, array $nodes ) : boolean
$execution ezcWorkflowExecution
$nodes array
Результат boolean true when the node finished execution, and false otherwise

Описание свойств

$maxOutNodes защищенное свойство

Constraint: The maximum number of outgoing nodes this node has to have to be valid.
protected int $maxOutNodes
Результат integer

$minOutNodes защищенное свойство

Constraint: The minimum number of outgoing nodes this node has to have to be valid.
protected int $minOutNodes
Результат integer

$startNewThreadForBranch защищенное свойство

Whether or not to start a new thread for a branch.
protected bool $startNewThreadForBranch
Результат boolean