Path

ez components / documentation / api reference / latest / workflow


eZ Components latest

Workflow: ezcWorkflowConditionIsString

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

Parents

ezcWorkflowConditionType
   |
   --ezcWorkflowConditionIsString
Last updated: Mon, 21 Dec 2009