Path

ez components / documentation / api reference / latest / workflow


eZ Components latest

Workflow: ezcWorkflowConditionType

[ Tutorial ] [ Theoretical background ] [ 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, 10 Nov 2008