PHP Class ezcWorkflowConditionOr, Workflow

An object of the ezcWorkflowConditionOr class represents a boolean OR expression. It can hold an arbitrary number of ezcWorkflowCondition objects.
Inheritance: extends ezcWorkflowConditionBooleanSet
Afficher le fichier Open project: zetacomponents/workflow Class Usage Examples

Protected Properties

Свойство Type Description
$concatenation string Textual representation of the concatenation.

Méthodes publiques

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

Method Details

evaluate() public méthode

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

Property Details

$concatenation protected_oe property

Textual representation of the concatenation.
protected string $concatenation
Résultat string