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