Boolean XOR.
An object of the ezcWorkflowConditionXor class represents a boolean XOR expression. It can hold an arbitrary number of ezcWorkflowCondition objects.
Source for this file: /Workflow/src/conditions/xor.php
ezcWorkflowConditionBooleanSet | --ezcWorkflowConditionXor
Version: | //autogen// |
protected string |
$concatenation
= 'XOR'
Textual representation of the concatenation. |
From ezcWorkflowConditionBooleanSet | |
---|---|
protected |
ezcWorkflowConditionBooleanSet::$conditions
|
From ezcWorkflowConditionBooleanSet | |
---|---|
public ezcWorkflowConditionBooleanSet |
ezcWorkflowConditionBooleanSet::__construct()
Constructs a new boolean set with the conditions $conditions. |