UI\Menu::appendAbout

(UI 0.9.9)

UI\Menu::appendAboutAppend About Menu Item

Açıklama

publicUI\Menu::appendAbout(string$type = UI\MenuItem::class): UI\MenuItem

Shall append an About menu item

Bağımsız Değişkenler

type

The type for the new item

Dönen Değerler

A constructed About menu item of the given type

To Top