getArticleTypeFields()
public method
Getter for articleTypeFields
public getArticleTypeFields ( ) : ArrayCollection |
return |
Doctrine\Common\Collections\ArrayCollection |
|
setArticleTypeFields()
public method
Setter for articleTypeFields
public setArticleTypeFields ( ArrayCollection $articleTypeFields ) : self |
$articleTypeFields |
Doctrine\Common\Collections\ArrayCollection |
Value to set |
return |
self |
|
$articleTypeFields protected_oe property
(at) OneToMany( targetEntity="Newscoop\Entity\ArticleTypeField", mappedBy="articleType" )
protected ArrayCollection,Doctrine\Common\Collections $articleTypeFields |
return |
Doctrine\Common\Collections\ArrayCollection |
|