PHP Класс ezcWorkflowNodeStart, Workflow

Creating an object of the ezcWorkflow class automatically creates the start node for the new workflow. It can be accessed through the $startNode property of the workflow. Incoming nodes: 0 Outgoing nodes: 1 Example: startNode->addOutNode( ....some other node here .. ); ?>
Наследование: extends ezcWorkflowNode
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$maxInNodes integer Constraint: The maximum number of incoming nodes this node has to have to be valid.
$minInNodes integer Constraint: The minimum number of incoming nodes this node has to have to be valid.

Открытые методы

Метод Описание
execute ( ezcWorkflowExecution $execution ) : boolean Activates the sole output node.

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

execute() публичный Метод

Activates the sole output node.
public execute ( ezcWorkflowExecution $execution ) : boolean
$execution ezcWorkflowExecution
Результат boolean true when the node finished execution, and false otherwise

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

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

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

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

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