Gui\Components\Label::setText PHP Метод

setText() публичный Метод

Set the Label text
public setText ( string $value ) : self
$value string
Результат self
    public function setText($value)
    {
        $this->set('caption', $value);
        return $this;
    }