Workflow: ezcWorkflowConditionBooleanSet
[ ]
[ Theoretical background ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowConditionBooleanSet
|
Abstract base class for boolean sets of conditions like AND, OR and XOR. [
source]
Implemented Interfaces
Descendents
Member Variables
|
protected string |
$concatenation
String representation of the concatination.
Used by the __toString() methods. |
|
protected array |
$conditions
Array of ezcWorkflowConditions |
Method Summary
|
public ezcWorkflowConditionBooleanSet |
__construct(
$conditions )
Constructs a new boolean set with the conditions $conditions. |
Methods
__construct
ezcWorkflowConditionBooleanSet __construct(
$conditions )
Constructs a new boolean set with the conditions $conditions.
The format of $conditions must be array( ezcWorkflowCondition )
Parameters
| Name |
Type |
Description |
$conditions |
array |
|
Throws
| Class | Description |
ezcWorkflowDefinitionStorageException |
|
Last updated: Mon, 10 Nov 2008