PHP Class ezcWorkflowConditionIsGreaterThan, Workflow

Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.
Inheritance: extends ezcWorkflowConditionComparison
Show file Open project: zetacomponents/workflow Class Usage Examples

Protected Properties

Property Type Description
$operator mixed Textual representation of the comparison operator.

Public Methods

Method Description
evaluate ( mixed $value ) : boolean Evaluates this condition with $value and returns true if $value is greather than the reference value or false if not.

Method Details

evaluate() public method

Evaluates this condition with $value and returns true if $value is greather than the reference value or false if not.
public evaluate ( mixed $value ) : boolean
$value mixed
return boolean true when the condition holds, false otherwise.

Property Details

$operator protected property

Textual representation of the comparison operator.
protected mixed $operator
return mixed