Newscoop\Entity\Article::getDate PHP Method

getDate() public method

Get date.
public getDate ( ) : string
return string
    public function getDate()
    {
        return $this->getUpdated();
    }

Usage Example

コード例 #1
0
 public function getDate()
 {
     $this->__load();
     return parent::getDate();
 }