PHP Class ezcWorkflowConditionBooleanSet, Workflow

Inheritance: implements ezcWorkflowCondition
Show file Open project: zetacomponents/workflow

Protected Properties

Property Type Description
$concatenation string Used by the __toString() methods.
$conditions array Array of ezcWorkflowConditions

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

__toString() public method

Returns a textual representation of this condition.
public __toString ( ) : string
return string

getConditions() public method

Returns the conditions in this boolean set.
public getConditions ( ) : ezcWorkflowCondition[]
return ezcWorkflowCondition[]

Property Details

$concatenation protected property

Used by the __toString() methods.
protected string $concatenation
return string

$conditions protected property

Array of ezcWorkflowConditions
protected array $conditions
return array