Path

ez components / documentation / api reference / 2007.1.1 / workflow


eZ Components 2007.1.1

Workflow: ezcWorkflowConditionAnd

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

Class: ezcWorkflowConditionAnd

Boolean AND. [source]
An object of the ezcWorkflowConditionAnd class represents a boolean AND expression. It can hold an arbitrary number of ezcWorkflowCondition objects.
1.   $and new ezcWorkflowConditionAnd array $condition ... ) ) ;

Parents

ezcWorkflowConditionBooleanSet
   |
   --ezcWorkflowConditionAnd

Member Variables

protected string $concatenation = '&&'

Inherited Member Variables

From ezcWorkflowConditionBooleanSet:
protected  ezcWorkflowConditionBooleanSet::$conditions

Inherited Methods

From ezcWorkflowConditionBooleanSet :
public ezcWorkflowConditionBooleanSet ezcWorkflowConditionBooleanSet::__construct()
Constructs a new boolean set with the conditions $conditions.
Last updated: Wed, 28 Nov 2007