Abstract base class for boolean sets of conditions like AND, OR and XOR.
Source for this file: /Workflow/src/interfaces/condition_boolean_set.php
Version: | //autogen// |
Child Class | Description |
---|---|
ezcWorkflowConditionXor | Boolean XOR. |
ezcWorkflowConditionOr | Boolean OR. |
ezcWorkflowConditionAnd | Boolean AND. |
protected string |
$concatenation
String representation of the concatination. Used by the __toString() methods. |
protected array |
$conditions
Array of ezcWorkflowConditions |
public ezcWorkflowConditionBooleanSet |
__construct(
$conditions
)
Constructs a new boolean set with the conditions $conditions. |
Constructs a new boolean set with the conditions $conditions.
The format of $conditions must be array( ezcWorkflowCondition )
Name | Type | Description |
---|---|---|
$conditions |
array |
Type | Description |
---|---|
ezcWorkflowDefinitionStorageException |