PHP Класс ezcWorkflowConditionIsEqual, Workflow
Typically used together with ezcWorkflowConditionVariable to use the
condition on a workflow variable.
Показать файл
Открыть проект
Примеры использования класса
Защищенные свойства (Protected)
Свойство |
Тип |
Описание |
|
$operator |
mixed |
Textual representation of the comparison operator. |
|
Открытые методы
Метод |
Описание |
|
evaluate ( mixed $value ) : boolean |
Evaluates this condition with $value and returns true if it is false or false if it is not. |
|
Описание методов
evaluate()
публичный Метод
Evaluates this condition with $value and returns true if it is false or false if it is not.
Описание свойств
$operator защищенное свойство
Textual representation of the comparison operator.
protected mixed $operator |
Результат |
mixed |
|