Path

ez components / documentation / api reference / 2009.2.1 / workflow


eZ Components 2009.2.1

Workflow: ezcWorkflowConditionAnd

[ Tutorial ] [ Theoretical background ] [ 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.  <?php
 2.  $and new ezcWorkflowConditionAndarray$condition ... ) );
 3.  ?>

Parents

ezcWorkflowConditionBooleanSet
   |
   --ezcWorkflowConditionAnd

Member Variables

protected string $concatenation = '&&'
Textual representation of the 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: Tue, 23 Mar 2010