Newscoop\Entity\Article::getDate PHP Метод

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

Get date.
public getDate ( ) : string
Результат string
    public function getDate()
    {
        return $this->getUpdated();
    }

Usage Example

 public function getDate()
 {
     $this->__load();
     return parent::getDate();
 }