PHP 클래스 ezcWorkflowConditionIsEqual, Workflow
Typically used together with ezcWorkflowConditionVariable to use the
condition on a workflow variable.
파일 보기
프로젝트 열기: zetacomponents/workflow
1 사용 예제들
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$operator |
mixed |
Textual representation of the comparison operator. |
|
공개 메소드들
메소드 |
설명 |
|
evaluate ( mixed $value ) : boolean |
Evaluates this condition with $value and returns true if it is false or false if it is not. |
|
메소드 상세
Evaluates this condition with $value and returns true if it is false or false if it is not.
프로퍼티 상세
Textual representation of the comparison operator.
protected mixed $operator |
리턴 |
mixed |
|