PHP Класс ezcWorkflowConditionXor, Workflow

An object of the ezcWorkflowConditionXor class represents a boolean XOR expression. It can hold an arbitrary number of ezcWorkflowCondition objects.
Наследование: extends ezcWorkflowConditionBooleanSet
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$concatenation string Textual representation of the concatenation.

Открытые методы

Метод Описание
evaluate ( mixed $value ) : boolean Evaluates this condition with $value and returns true if the condition holds and false otherwise.

Описание методов

evaluate() публичный Метод

Evaluates this condition with $value and returns true if the condition holds and false otherwise.
public evaluate ( mixed $value ) : boolean
$value mixed
Результат boolean true when the condition holds, false otherwise.

Описание свойств

$concatenation защищенное свойство

Textual representation of the concatenation.
protected string $concatenation
Результат string