PHP 클래스 EqualsCondition, symfony-1.4

상속: extends Condition
파일 보기 프로젝트 열기: vjousse/symfony-1.4 1 사용 예제들

공개 메소드들

메소드 설명
evaluate ( )
setArg1 ( $a1 )
setArg2 ( $a2 )
setCaseSensitive ( boolean $b ) Should the comparison be case sensitive?
setTrim ( boolean $b ) Should we want to trim the arguments before comparing them?

메소드 상세

evaluate() 공개 메소드

public evaluate ( )

setArg1() 공개 메소드

public setArg1 ( $a1 )

setArg2() 공개 메소드

public setArg2 ( $a2 )

setCaseSensitive() 공개 메소드

Should the comparison be case sensitive?
public setCaseSensitive ( boolean $b )
$b boolean

setTrim() 공개 메소드

Should we want to trim the arguments before comparing them?
public setTrim ( boolean $b )
$b boolean