__construct()
__construct(string $title, null|string $icon = null, int $order, null|string $parent = null, bool $hidden = false) : mixed
Parameters
| string |
$title |
菜单标题
|
| null|string |
$icon |
图标名称
|
| int |
$order |
排序
|
| null|string |
$parent |
父级菜单名称
|
| bool |
$hidden |
是否在菜单中隐藏
|
Returns
mixed
—