PHP Класс ezcWorkflowConditionIsArray, Workflow

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

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

Метод Описание
__toString ( ) : string Returns a textual representation of this condition.
evaluate ( mixed $value ) : boolean Evaluates this condition and returns true if $value is an array or false if not.

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

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

Returns a textual representation of this condition.
public __toString ( ) : string
Результат string

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

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