Path

ez components / documentation / api reference / trunk / workflow


eZ Components trunk

Workflow: ezcWorkflowConditionIsEqualOrLessThan

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

Class: ezcWorkflowConditionIsEqualOrLessThan

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

Parents

ezcWorkflowConditionComparison
   |
   --ezcWorkflowConditionIsEqualOrLessThan

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: Tue, 02 Dec 2008