Newscoop\Entity\ArticleType::setArticleTypeFields PHP Method

setArticleTypeFields() public method

Setter for articleTypeFields
public setArticleTypeFields ( ArrayCollection $articleTypeFields ) : self
$articleTypeFields Doctrine\Common\Collections\ArrayCollection Value to set
return self
    public function setArticleTypeFields(ArrayCollection $articleTypeFields)
    {
        $this->articleTypeFields = $articleTypeFields;
        return $this;
    }