PHP Класс ezcWorkflowConditionIsGreaterThan, Workflow

Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.
Наследование: extends ezcWorkflowConditionComparison
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$operator mixed Textual representation of the comparison operator.

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

Метод Описание
evaluate ( mixed $value ) : boolean Evaluates this condition with $value and returns true if $value is greather than the reference value or false if not.

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

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

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

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

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

Textual representation of the comparison operator.
protected mixed $operator
Результат mixed