Path

ez components / documentation / api reference / latest / workflow


eZ Components latest

Workflow: ezcWorkflowConditionIsLessThan

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

Class: ezcWorkflowConditionIsLessThan

Condition that evaluates to true if the provided value is less than the reference value. [source]
Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.
1.  <?php
2.  $condition new ezcWorkflowConditionVariable(
3.    new ezcWorkflowConditionIsLessThan$comparisonValue )
4.  );
5.  ?>

Parents

ezcWorkflowConditionComparison
   |
   --ezcWorkflowConditionIsLessThan

Member Variables

protected mixed $operator = '<'

Inherited Member Variables

From ezcWorkflowConditionComparison:
protected  ezcWorkflowConditionComparison::$value

Inherited Methods

From ezcWorkflowConditionComparison :
public ezcWorkflowConditionComparison ezcWorkflowConditionComparison::__construct()
Constructs a new comparison condition.
Last updated: Mon, 10 Nov 2008