FOF30\Model\DataModel\Filter\Text::range PHP Method

range() public method

Dummy method; this search makes no sense for text fields
public range ( mixed $from, mixed $to, boolean $include = false ) : string
$from mixed Ignored
$to mixed Ignored
$include boolean Ignored
return string Empty string
    public function range($from, $to, $include = false)
    {
        return '';
    }