Set range filter; only match records if $attribute value between $min and $max (inclusive)
public setFilterRange ( string $attribute, integer $min, integer $max, boolean $exclude = false ) : |
||
$attribute | string | attribute name |
$min | integer | minimum attribute value |
$max | integer | maximum attribute value |
$exclude | boolean | whether the filter is exclusive or inclusive |
Résultat |