UI\Window::__construct

(PHP 7, UI 0.9.9)

UI\Window::__constructConstruct a new Window

Opis

public UI\Window::__construct ( string $title , Size $size [, bool $menu = FALSE ] )

Shall construct a new Window

Parametry

title

The title of the Window

size

The size of the Window

menu

Menu switch

add a note add a note

User Contributed Notes

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