PHP Класс ezcWorkflowConditionBooleanSet, Workflow

Наследование: implements ezcWorkflowCondition
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$concatenation string Used by the __toString() methods.
$conditions array Array of ezcWorkflowConditions

Открытые методы

Метод Описание
__construct ( array $conditions ) Constructs a new boolean set with the conditions $conditions.
__toString ( ) : string Returns a textual representation of this condition.
getConditions ( ) : ezcWorkflowCondition[] Returns the conditions in this boolean set.

Описание методов

__construct() публичный Метод

The format of $conditions must be array( ezcWorkflowCondition )
public __construct ( array $conditions )
$conditions array

__toString() публичный Метод

Returns a textual representation of this condition.
public __toString ( ) : string
Результат string

getConditions() публичный Метод

Returns the conditions in this boolean set.
public getConditions ( ) : ezcWorkflowCondition[]
Результат ezcWorkflowCondition[]

Описание свойств

$concatenation защищенное свойство

Used by the __toString() methods.
protected string $concatenation
Результат string

$conditions защищенное свойство

Array of ezcWorkflowConditions
protected array $conditions
Результат array