Gui\Components\InputText::setValue PHP Method

setValue() public method

Sets the value of value.
public setValue ( string $value ) : self
$value string the value
return self
    public function setValue($value)
    {
        $this->set('text', $value);
        return $this;
    }