PHP 클래스 Webmozart\Expression\Constraint\Contains

부터: 1.0
저자: Bernhard Schussek ([email protected])
저자: Stephan Wentz ([email protected])
상속: extends Webmozart\Expression\Logic\Literal
파일 보기 프로젝트 열기: webmozart/expression 1 사용 예제들

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

equivalentTo() 공개 메소드

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

evaluate() 공개 메소드

public evaluate ( $value )

getComparedValue() 공개 메소드

Returns the accepted suffix.
public getComparedValue ( ) : string
리턴 string The accepted suffix.

toString() 공개 메소드

public toString ( )