Nette\Forms\Controls\TextBase::getEmptyValue PHP Method

getEmptyValue() public method

Returns the special value which is treated as empty string.
public getEmptyValue ( ) : string
return string
    public function getEmptyValue()
    {
        return $this->emptyValue;
    }