PHP 클래스 ezcWorkflowConditionIsFloat, Workflow

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

공개 메소드들

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

메소드 상세

__toString() 공개 메소드

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

evaluate() 공개 메소드

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