getArticleTypeFields()
공개 메소드
Getter for articleTypeFields
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 |
|