PHP 인터페이스 ezcWorkflowCondition, Workflow

파일 보기 프로젝트 열기: zetacomponents/workflow 0 사용 예제들

공개 메소드들

메소드 설명
__toString ( ) : string Returns a textual representation of this condition.
evaluate ( mixed $value ) : boolean Evaluates this condition.

메소드 상세

__toString() 공개 메소드

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

evaluate() 공개 메소드

Evaluates this condition.
public evaluate ( mixed $value ) : boolean
$value mixed
리턴 boolean true when the condition holds, false otherwise.