CakeFest 2024: The Official CakePHP Conference

Меню

(UI 0.9.9)

Введение

Меню должно быть создано до первого окна и может отображаться в любом окне

Обзор классов

class UI\Menu {
/* Конструктор */
public __construct(string $name)
/* Методы */
public append(string $name, string $type = UI\MenuItem::class): UI\MenuItem
public appendAbout(string $type = UI\MenuItem::class): UI\MenuItem
public appendCheck(string $name, string $type = UI\MenuItem::class): UI\MenuItem
public appendPreferences(string $type = UI\MenuItem::class): UI\MenuItem
public appendQuit(string $type = UI\MenuItem::class): UI\MenuItem
}

Содержание

add a note

User Contributed Notes

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