Path

ez components / documentation / api reference / 2007.2 / workflow


Workflow: ezcWorkflowConditionXor

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

Class: ezcWorkflowConditionXor

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

Parents

ezcWorkflowConditionBooleanSet
   |
   --ezcWorkflowConditionXor

Member Variables

protected string $concatenation = 'XOR'

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, 17 Dec 2007