CakeFest 2024: The Official CakePHP Conference

UI\Menu::appendAbout

(UI 0.9.9)

UI\Menu::appendAboutДобавить пункт меню About

Описание

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

Добавит пункт меню About

Список параметров

type

Тип нового пункта меню

Возвращаемые значения

Созданный пункт меню с заданным типом

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top