getArticleTypeFields()
публичный Метод
Getter for articleTypeFields
public getArticleTypeFields ( ) : ArrayCollection |
Результат |
Doctrine\Common\Collections\ArrayCollection |
|
setArticleTypeFields()
публичный Метод
Setter for articleTypeFields
public setArticleTypeFields ( ArrayCollection $articleTypeFields ) : self |
$articleTypeFields |
Doctrine\Common\Collections\ArrayCollection |
Value to set |
Результат |
self |
|
$articleTypeFields защищенное свойство
(at) OneToMany( targetEntity="Newscoop\Entity\ArticleTypeField", mappedBy="articleType" )
protected ArrayCollection,Doctrine\Common\Collections $articleTypeFields |
Результат |
Doctrine\Common\Collections\ArrayCollection |
|