Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcWorkflowConditionIsString

Workflow::ezcWorkflowConditionIsString

Class ezcWorkflowConditionIsString

Condition that evaluates to true if the evaluated value is a string.

Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.

  1.  <?php
  2.  $condition = new ezcWorkflowConditionVariable(
  3.    'variable name',
  4.  );
  5.  ?>

Source for this file: /Workflow/src/conditions/is_string.php

ezcWorkflowConditionType
   |
   --ezcWorkflowConditionIsString
Version:   //autogen//
Documentation generated by phpDocumentor 1.4.3