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::setTextSet Text

说明

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

Shall set the text for this Label

参数

text

The new text

To Top