PHP 클래스 Webmozart\Expression\Constraint\GreaterThan

The comparison is done using PHP's ">" comparison operator.
부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: extends Webmozart\Expression\Logic\Literal
파일 보기 프로젝트 열기: webmozart/expression 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( mixed $comparedValue ) Creates the expression.
equivalentTo ( Webmozart\Expression\Expression $other )
evaluate ( $value )
getComparedValue ( ) : mixed Returns the compared value.
toString ( )

메소드 상세

__construct() 공개 메소드

Creates the expression.
public __construct ( mixed $comparedValue )
$comparedValue mixed The compared value.

equivalentTo() 공개 메소드

public equivalentTo ( Webmozart\Expression\Expression $other )
$other Webmozart\Expression\Expression

evaluate() 공개 메소드

public evaluate ( $value )

getComparedValue() 공개 메소드

Returns the compared value.
public getComparedValue ( ) : mixed
리턴 mixed The compared value.

toString() 공개 메소드

public toString ( )