PHP 클래스 ezcWorkflowConditionIsFalse, Workflow

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

공개 메소드들

메소드 설명
__toString ( ) : string Returns a textual representation of this condition.
evaluate ( mixed $value ) : boolean Evaluates this condition with $value and returns true if it is false and false if it is not.

메소드 상세

__toString() 공개 메소드

Returns a textual representation of this condition.
public __toString ( ) : string
리턴 string

evaluate() 공개 메소드

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