UI\Menu::appendCheck
(PHP 7, UI 0.9.9)
UI\Menu::appendCheck — Append Checkable Menu Item
说明
public UI\Menu::appendCheck
( string
$name
[, string $type
= UI\MenuItem::class
] ) : UI\MenuItemShall append a checkable menu item
参数
-
name
-
The name (text) for the new item
-
type
-
The type for the new item
返回值
A constructed checkable menu item of the given type