Table of Contents
-
$count
: int
-
$custom_label
: string
-
$id
: int
-
$name
: string
-
$sort_order
: int
-
$system_description
: string
-
$system_label
: string
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$count
public
int
$count
$custom_label
public
string
$custom_label
$id
public
int
$id
$name
public
string
$name
$sort_order
public
int
$sort_order
$system_description
public
string
$system_description
$system_label
public
string
$system_label
__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>
—