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;
    }