Prado\I18N\TNumberFormat::getDefaultText PHP Метод

getDefaultText() публичный Метод

Get the default text value for this control.
public getDefaultText ( ) : string
Результат string default text value
    public function getDefaultText()
    {
        return $this->getViewState('DefaultText', '');
    }