UI\Controls\Button::__construct

(UI 0.9.9)

UI\Controls\Button::__constructConstruct a new Button

Descripción

publicUI\Controls\Button::__construct(string$text)

Shall construct a new Button

Parámetros

text

The text (label) for this Button

To Top