UI\Window::error
PHP Manual
PHP Manual»UI\Window»UI\Window::error

UI\Window::error

(UI 0.9.9)

UI\Window::errorShow Error Box

Descrizione

public function UI\Window::error(string $title, string $msg)

Shall show an error box

Elenco dei parametri

title

The title of the error box

msg

The message for the error box

To Top