NumericField
extends Field
Table of Contents
Properties
-
$fieldName
: string
-
$max
: string|int|float
-
$min
: string|int|float
Methods
-
__construct()
: mixed
-
__toString()
: string
$fieldName
protected
string
$fieldName
$max
private
string|int|float
$max
$min
private
string|int|float
$min
__construct()
public
__construct(string $fieldName, string|int|float $min[, string|int|float $max = '+inf' ]) : mixed
Parameters
-
$fieldName
: string
-
-
$min
: string|int|float
-
-
$max
: string|int|float
= '+inf'
-
__toString()
public
__toString() : string