PHP Class ezcWorkflowConditionXor, Workflow

An object of the ezcWorkflowConditionXor class represents a boolean XOR expression. It can hold an arbitrary number of ezcWorkflowCondition objects.
Inheritance: extends ezcWorkflowConditionBooleanSet
Show file Open project: zetacomponents/workflow Class Usage Examples

Protected Properties

Property Type Description
$concatenation string Textual representation of the concatenation.

Public Methods

Method Description
evaluate ( mixed $value ) : boolean Evaluates this condition with $value and returns true if the condition holds and false otherwise.

Method Details

evaluate() public method

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

Property Details

$concatenation protected property

Textual representation of the concatenation.
protected string $concatenation
return string