Prado\I18N\TDateFormat::getData PHP 메소드

getData() 공개 메소드

This method is required by {@link \Prado\IDataRenderer}. It is the same as {@link getValue()}.
또한 보기: getValue
부터: 3.1.2
public getData ( ) : string
리턴 string date time value.
    public function getData()
    {
        return $this->getValue();
    }