PHP 클래스 ezcWorkflowConditionBooleanSet, Workflow

상속: implements ezcWorkflowCondition
파일 보기 프로젝트 열기: zetacomponents/workflow

보호된 프로퍼티들

프로퍼티 타입 설명
$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