Prado\I18N\TDateFormat::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', '');
    }