Table of Contents
-
$id
: int
-
$is_default
: bool
-
$label
: string
-
$sort_order
: int
-
$value_data
: object|null
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$id
public
int
$id
$is_default
public
bool
$is_default
$label
public
string
$label
$sort_order
public
int
$sort_order
$value_data
public
object|null
$value_data
__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>
—