Gui\Components\Button::getValue PHP Method

getValue() public method

Get the Button value
public getValue ( ) : mixed
return mixed
    public function getValue()
    {
        return $this->get('caption');
    }