Property | Type | Description | |
---|---|---|---|
$column | string | ||
$comparison | string | ||
$method | string | ||
$value | mixed |
Method | Description | |
---|---|---|
__construct ( string $column, string $method, string $value, string $comparison = '=' ) | ||
getColumn ( ) : string | Get Column | |
getComparison ( ) : string | Get Comparison | |
getMethod ( ) | ||
getValue ( ) : mixed | Get Value | |
setColumn ( string $column ) | Set Column | |
setComparison ( string $comparison ) | Set Comparison | |
setMethod ( $method ) | ||
setValue ( mixed $value ) | Set Value | |
test ( mixed $value ) : boolean | Test a value against this condition |
public setComparison ( string $comparison ) | ||
$comparison | string |