Boolean OR.
An object of the ezcWorkflowConditionOr class represents a boolean OR expression. It can hold an arbitrary number of ezcWorkflowCondition objects.
Source for this file: /Workflow/src/conditions/or.php
ezcWorkflowConditionBooleanSet | --ezcWorkflowConditionOr
Version: | //autogen// |
protected string |
$concatenation
= '||'
Textual representation of the concatenation. |
From ezcWorkflowConditionBooleanSet | |
---|---|
protected |
ezcWorkflowConditionBooleanSet::$conditions
|
From ezcWorkflowConditionBooleanSet | |
---|---|
public ezcWorkflowConditionBooleanSet |
ezcWorkflowConditionBooleanSet::__construct()
Constructs a new boolean set with the conditions $conditions. |