UI\Menu::appendCheck

(UI 0.9.9)

UI\Menu::appendCheckAppend Checkable Menu Item

Description

publicUI\Menu::appendCheck(string$name, string$type = UI\MenuItem::class): UI\MenuItem

Shall append a checkable menu item

Parameters

name

The name (text) for the new item

type

The type for the new item

Return Values

A constructed checkable menu item of the given type

To Top