UI\Controls\Label::setText
PHP Manual
PHP Manual»UI\Controls\Label»UI\Controls\Label::setText

UI\Controls\Label::setText

(UI 0.9.9)

UI\Controls\Label::setTextDefine texto

Descrição

public function UI\Controls\Label::setText(string $text)

Define o texto para este rótulo.

Parâmetros

text

O novo texto.

To Top