Path

ez components / documentation / api reference / trunk / workflow


eZ Components trunk

Workflow: ezcWorkflowConditionBooleanSet

[ Tutorial ] [ Theoretical background ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcWorkflowConditionBooleanSet

Abstract base class for boolean sets of conditions like AND, OR and XOR. [source]

Implemented Interfaces

Descendents

Child Class Description
ezcWorkflowConditionXor Boolean XOR.
ezcWorkflowConditionOr Boolean OR.
ezcWorkflowConditionAnd Boolean AND.

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

ClassDescription
ezcWorkflowDefinitionStorageException

Last updated: Tue, 02 Dec 2008