Newscoop\Entity\PlaylistArticle::getArticle PHP Method

getArticle() public method

Gets the article.
public getArticle ( ) : Newscoop\Entity\Article
return Newscoop\Entity\Article
    public function getArticle()
    {
        return $this->article;
    }

Usage Example

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