Path

ez components / documentation / api reference / 2007.2.1 / workflow


eZ Components 2007.2.1

Workflow: ezcWorkflowConditionIsFloat

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

Class: ezcWorkflowConditionIsFloat

Condition that evaluates to true if the evaluated value is a float. [source]
Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.
1.   $condition new ezcWorkflowConditionVariable 'variable name' ,
2.      new ezcWorkflowConditionIsFloat
3.   );

Parents

ezcWorkflowConditionType
   |
   --ezcWorkflowConditionIsFloat
Last updated: Thu, 31 Jan 2008