Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcWorkflowConditionIsEqualOrGreaterThan

Workflow::ezcWorkflowConditionIsEqualOrGreaterThan

Class ezcWorkflowConditionIsEqualOrGreaterThan

Condition that evaluates to true if the provided value is greater than or equal to the reference value.

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

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

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

ezcWorkflowConditionComparison
   |
   --ezcWorkflowConditionIsEqualOrGreaterThan
Version:   //autogen//

Member Variables

protected mixed $operator = '>='
Textual representation of the comparison operator.

Inherited Member Variables

From ezcWorkflowConditionComparison
protected ezcWorkflowConditionComparison::$value

Inherited Methods

From ezcWorkflowConditionComparison
public ezcWorkflowConditionComparison ezcWorkflowConditionComparison::__construct()
Constructs a new comparison condition.
Documentation generated by phpDocumentor 1.4.3