\Framework\AttributesMenu

Summary

Methods
Properties
Constants
__construct()
$title
$icon
$order
$parent
$hidden
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$title

$title : string

Type

string

$icon

$icon : ?string

Type

?string

$order

$order : int

Type

int

$parent

$parent : ?string

Type

?string

$hidden

$hidden : bool

Type

bool

Methods

__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 —