UI\Window::__construct
PHP Manual
PHP Manual»UI\Window»UI\Window::__construct

UI\Window::__construct

(UI 0.9.9)

UI\Window::__constructConstruct a new Window

Опис

public function UI\Window::__construct(string $title, Size $size, bool $menu = false)

Shall construct a new Window

Параметри

title

The title of the Window

size

The size of the Window

menu

Menu switch

To Top