Path

ez components / documentation / api reference / trunk / workflow


eZ Components trunk

Workflow: ezcWorkflowConditionIsInteger

[ Tutorial ] [ Theoretical background ] [ 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.  <?php
2.  $condition new ezcWorkflowConditionVariable(
3.    'variable name',
4.    new ezcWorkflowConditionIsInteger
5.  );
6.  ?>

Parents

ezcWorkflowConditionType
   |
   --ezcWorkflowConditionIsInteger
Last updated: Tue, 02 Dec 2008