Table of Contents
-
ADJUSTER_FIXED
= 'fixed'
-
ADJUSTER_RELATIVE
= 'relative'
-
$adjuster
: string
-
$adjuster_value
: float
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
ADJUSTER_FIXED
public
mixed
ADJUSTER_FIXED
= 'fixed'
ADJUSTER_RELATIVE
public
mixed
ADJUSTER_RELATIVE
= 'relative'
$adjuster
public
string
$adjuster
$adjuster_value
public
float
$adjuster_value
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—