Path

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


eZ Components 2007.2beta1

Workflow: ezcWorkflowConditionIsString

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

Class: ezcWorkflowConditionIsString

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

Parents

ezcWorkflowConditionType
   |
   --ezcWorkflowConditionIsString
Last updated: Wed, 28 Nov 2007