Prado\I18N\TDateFormat::getDefaultText PHP Méthode

getDefaultText() public méthode

Get the default text value for this control.
public getDefaultText ( ) : string
Résultat string default text value
    public function getDefaultText()
    {
        return $this->getViewState('DefaultText', '');
    }