PHP Class EqualsCondition, symfony-1.4

Inheritance: extends Condition
Show file Open project: vjousse/symfony-1.4 Class Usage Examples

Public Methods

Method Description
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?

Method Details

evaluate() public method

public evaluate ( )

setArg1() public method

public setArg1 ( $a1 )

setArg2() public method

public setArg2 ( $a2 )

setCaseSensitive() public method

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

setTrim() public method

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