CommercialArticleCategory
Table | name="COMMERCIAL_ARTICLE_CATEGORY" |
---|---|
Entity | Entity |
__construct()
getArticle() : \Doctrine\Common\Collections\Collection
\Doctrine\Common\Collections\Collection
getLabel() : string
string
$article : \Doctrine\Common\Collections\ArrayCollection
ManyToMany | targetEntity="CommercialArticle", mappedBy="categoryLabel", orphanRemoval=true |
---|
$label : string
Column | name="label", type="string" |
---|---|
Id | Id |
GeneratedValue | strategy="IDENTITY" |