Property | Type | Description | |
---|---|---|---|
$concatenation | string | Used by the __toString() methods. | |
$conditions | array | Array of ezcWorkflowConditions |
Method | Description | |
---|---|---|
__construct ( array $conditions ) | Constructs a new boolean set with the conditions $conditions. | |
__toString ( ) : string | Returns a textual representation of this condition. | |
getConditions ( ) : ezcWorkflowCondition[] | Returns the conditions in this boolean set. |
public __construct ( array $conditions ) | ||
$conditions | array |
public __toString ( ) : string | ||
return | string |
public getConditions ( ) : ezcWorkflowCondition[] | ||
return | ezcWorkflowCondition[] |
protected string $concatenation | ||
return | string |
protected array $conditions | ||
return | array |