Newscoop\Entity\ArticleType::setArticleTypeFields PHP Метод

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

Setter for articleTypeFields
public setArticleTypeFields ( ArrayCollection $articleTypeFields ) : self
$articleTypeFields Doctrine\Common\Collections\ArrayCollection Value to set
Результат self
    public function setArticleTypeFields(ArrayCollection $articleTypeFields)
    {
        $this->articleTypeFields = $articleTypeFields;
        return $this;
    }