PHP 클래스 ezcWorkflowConditionIsEqualOrGreaterThan, Workflow

Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.
상속: extends ezcWorkflowConditionComparison
파일 보기 프로젝트 열기: zetacomponents/workflow 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$operator mixed Textual representation of the comparison operator.

공개 메소드들

메소드 설명
evaluate ( mixed $value ) : boolean Evaluates this condition with $value and returns true if $value is greather than or equal to the reference value or false if not.

메소드 상세

evaluate() 공개 메소드

Evaluates this condition with $value and returns true if $value is greather than or equal to the reference value or false if not.
public evaluate ( mixed $value ) : boolean
$value mixed
리턴 boolean true when the condition holds, false otherwise.

프로퍼티 상세

$operator 보호되어 있는 프로퍼티

Textual representation of the comparison operator.
protected mixed $operator
리턴 mixed