Table of Contents
-
$children
: array<string|int, CategoryTreeBranch>
-
$id
: int
-
$is_visible
: bool
-
$name
: string
-
$parent_id
: int
-
$url
: string
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$children
public
array<string|int, CategoryTreeBranch>
$children
= []
$id
public
int
$id
$is_visible
public
bool
$is_visible
$name
public
string
$name
$parent_id
public
int
$parent_id
$url
public
string
$url
__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>
—