CakeFest 2024: The Official CakePHP Conference

UI\Window::__construct

(UI 0.9.9)

UI\Window::__constructConstruye una nueva ventana

Descripción

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

Construirá una nueva ventana

Parámetros

title

El título de la Ventana

size

El tamaño de la Ventana

menu

Interruptor del menú

add a note

User Contributed Notes

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