Gui\Components\Button::setValue PHP Method

setValue() public method

Set the Button Value
public setValue ( string $value ) : self
$value string
return self
    public function setValue($value)
    {
        $this->set('caption', $value);
        return $this;
    }