Boolean AND.
An object of the ezcWorkflowConditionAnd class represents a boolean AND expression. It can hold an arbitrary number of ezcWorkflowCondition objects.
Source for this file: /Workflow/src/conditions/and.php
ezcWorkflowConditionBooleanSet | --ezcWorkflowConditionAnd
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. |