Path

ez components / documentation / api reference / latest / workflow


eZ Components latest

Workflow: ezcWorkflowConditionXor

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

Parents

ezcWorkflowConditionBooleanSet
   |
   --ezcWorkflowConditionXor

Member Variables

protected string $concatenation = 'XOR'
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: Mon, 21 Dec 2009