class SearchQuery_Range (View source)

Create one of these and pass as one of the values in filter or exclude to filter or exclude by a (possibly open ended) range

Properties

public $start
public $end

Methods

public
__construct($start = null, $end = null)

No description

public
start($start)

No description

public
end($end)

No description

public
isfiltered()

No description

Details

__construct($start = null, $end = null)

No description

Parameters

$start
$end

start($start)

No description

Parameters

$start

end($end)

No description

Parameters

$end

isfiltered()

No description