Table of Contents
Properties
-
$fieldName
: string
-
$jsonPath
: string
-
$max
: string|int|float|null
-
$min
: string|int|float
Methods
-
__construct()
: mixed
-
__toString()
: string
$fieldName
protected
string
$fieldName
$jsonPath
private
string
$jsonPath
$max
private
string|int|float|null
$max
$min
private
string|int|float
$min
__construct()
public
__construct(string $fieldName, string $jsonPath, string|int|float $min[, string|int|float|null $max = null ]) : mixed
Parameters
-
$fieldName
: string
-
-
$jsonPath
: string
-
-
$min
: string|int|float
-
-
$max
: string|int|float|null
= null
-
__toString()
public
__toString() : string