Menu
Table of Contents
Methods
-
__construct()
: mixed
-
addItem()
: static
-
getId()
: string
-
isCustomSort()
: bool
-
toArray()
: array<string|int, mixed>
__construct()
public
__construct(string $id[, string $order = '' ]) : mixed
Parameters
-
$id
: string
-
-
$order
: string
= ''
-
addItem()
public
addItem(MenuItem $item) : static
Parameters
-
$item
: MenuItem
-
getId()
public
getId() : string
isCustomSort()
public
isCustomSort() : bool
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>