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();
    }