Newscoop\Entity\ArticleIndex::getArticle PHP Method

getArticle() public method

Gets the value of article.
public getArticle ( ) : Article
return Article
    public function getArticle()
    {
        return $this->article;
    }