Gui\Components\InputText::getValue PHP Method

getValue() public method

Gets the value of value;
public getValue ( ) : string
return string
    public function getValue()
    {
        return $this->get('text');
    }