Gui\Components\Label::setText PHP Method

setText() public method

Set the Label text
public setText ( string $value ) : self
$value string
return self
    public function setText($value)
    {
        $this->set('caption', $value);
        return $this;
    }