Path

ez components / documentation / api reference / 2007.2 / workflow


Workflow: ezcWorkflowConditionIsInteger

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

Class: ezcWorkflowConditionIsInteger

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

Parents

ezcWorkflowConditionType
   |
   --ezcWorkflowConditionIsInteger
Last updated: Mon, 17 Dec 2007