Newscoop\Entity\Article::getPublishDate PHP Method

getPublishDate() public method

Get publishDate.
public getPublishDate ( ) : string
return string
    public function getPublishDate()
    {
        return $this->getPublished();
    }

Usage Example

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