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

UI\Controls\Button::setText

(UI 0.9.9)

UI\Controls\Button::setTextSet Text

说明

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

Shall set the text (label) for this Button

参数

text

The new text (label)

To Top