Table of Contents
-
$current
: float
-
$default
: float
-
$id
: string
-
$max
: float
-
$min
: float
-
__construct()
: mixed
-
getCurrent()
: float
-
getDefault()
: float
-
getId()
: string
-
getMax()
: float
-
getMin()
: float
$current
private
float
$current
$default
private
float
$default
$id
private
string
$id
$max
private
float
$max
$min
private
float
$min
__construct()
public
__construct(string $id, float $min, float $max, float $current, float $default) : mixed
Parameters
-
$id
: string
-
-
$min
: float
-
-
$max
: float
-
-
$current
: float
-
-
$default
: float
-
Return values
mixed
—
getCurrent()
public
getCurrent() : float
Return values
float
—
getDefault()
public
getDefault() : float
Return values
float
—
getId()
public
getId() : string
Return values
string
—
getMax()
public
getMax() : float
Return values
float
—
getMin()
public
getMin() : float
Return values
float
—