Path

ez components / documentation / api reference / 2007.2 / workflow


Workflow: ezcWorkflowConditionType

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcWorkflowConditionType

Abstract base class for type conditions. [source]

Implemented Interfaces

Descendents

Child Class Description
ezcWorkflowConditionIsBool Condition that evaluates to true if the evaluated value is a boolean.
ezcWorkflowConditionIsAnything Condition that always evaluates to true.
ezcWorkflowConditionIsString Condition that evaluates to true if the evaluated value is a string.
ezcWorkflowConditionIsObject Condition that evaluates to true if the evaluated value is an object.
ezcWorkflowConditionIsFloat Condition that evaluates to true if the evaluated value is a float.
ezcWorkflowConditionIsArray Condition that evaluates to true if the evaluated value is an array.
ezcWorkflowConditionIsInteger Condition that evaluates to true if the evaluated value is an integer.
Last updated: Mon, 17 Dec 2007