Path

ez components / documentation / api reference / 2007.2beta1 / workflow


eZ Components 2007.2beta1

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: Wed, 28 Nov 2007