프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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. |
public __construct ( array $conditions ) | ||
$conditions | array |
public __toString ( ) : string | ||
리턴 | string |
public getConditions ( ) : ezcWorkflowCondition[] | ||
리턴 | ezcWorkflowCondition[] |
protected string $concatenation | ||
리턴 | string |