Newscoop\Package\ArticlePackage::getArticle PHP Method

getArticle() public method

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