Newscoop\Package\ArticlePackage::setArticle PHP Метод

setArticle() публичный Метод

Sets the value of article.
public setArticle ( mixed $article ) : self
$article mixed the article
Результат self
    public function setArticle($article)
    {
        $this->article = $article;
        return $this;
    }