PHP 클래스 ezcWorkflowConditionAnd, Workflow
An object of the ezcWorkflowConditionAnd class represents a boolean AND expression. It
can hold an arbitrary number of ezcWorkflowCondition objects.
파일 보기
프로젝트 열기: zetacomponents/workflow
1 사용 예제들
보호된 프로퍼티들
공개 메소드들
메소드 |
설명 |
|
evaluate ( mixed $value ) : boolean |
Evaluates this condition with $value and returns true if the condition holds and false otherwise. |
|
메소드 상세
Evaluates this condition with $value and returns true if the condition holds and false otherwise.
프로퍼티 상세
$concatenation 보호되어 있는 프로퍼티
Textual representation of the concatenation.
protected string $concatenation |
리턴 |
string |
|