Newscoop\Package\ArticlePackage::setArticle PHP Method

setArticle() public method

Sets the value of article.
public setArticle ( mixed $article ) : self
$article mixed the article
return self
    public function setArticle($article)
    {
        $this->article = $article;
        return $this;
    }