NumericFilter
Table of Contents
Properties
-
$field
: string
-
$max
: string|int|float|null
-
$min
: string|int|float
Methods
-
__construct()
: mixed
-
__toString()
: string
$field
read-only
private
string
$field
$max
read-only
private
string|int|float|null
$max
= null
$min
read-only
private
string|int|float
$min
__construct()
public
__construct(string $field, string|int|float $min[, string|int|float|null $max = null ]) : mixed
Parameters
-
$field
: string
-
-
$min
: string|int|float
-
-
$max
: string|int|float|null
= null
-
__toString()
public
__toString() : string