Path

ez components / documentation / api reference / 2008.2.1 / workflow


eZ Components 2008.2.1

Workflow: ezcWorkflowConditionOr

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

Class: ezcWorkflowConditionOr

Boolean OR. [source]
An object of the ezcWorkflowConditionOr class represents a boolean OR expression. It can hold an arbitrary number of ezcWorkflowCondition objects.
1.  <?php
2.  $or new ezcWorkflowConditionOrarray $condition ... ) );
3.  ?>

Parents

ezcWorkflowConditionBooleanSet
   |
   --ezcWorkflowConditionOr

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: Mon, 09 Feb 2009