PHP Class ezcWorkflowNodeBranch, Workflow

Inheritance: extends ezcWorkflowNode
Afficher le fichier Open project: zetacomponents/workflow Class Usage Examples

Protected Properties

Свойство Type Description
$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.

Méthodes protégées

Méthode Description
activateOutgoingNodes ( ezcWorkflowExecution $execution, array $nodes ) : boolean Activates this node's outgoing nodes.

Method Details

activateOutgoingNodes() protected méthode

Activates this node's outgoing nodes.
protected activateOutgoingNodes ( ezcWorkflowExecution $execution, array $nodes ) : boolean
$execution ezcWorkflowExecution
$nodes array
Résultat boolean true when the node finished execution, and false otherwise

Property Details

$maxOutNodes protected_oe property

Constraint: The maximum number of outgoing nodes this node has to have to be valid.
protected int $maxOutNodes
Résultat integer

$minOutNodes protected_oe property

Constraint: The minimum number of outgoing nodes this node has to have to be valid.
protected int $minOutNodes
Résultat integer

$startNewThreadForBranch protected_oe property

Whether or not to start a new thread for a branch.
protected bool $startNewThreadForBranch
Résultat boolean