CommercialArticleCategory

Table name="COMMERCIAL_ARTICLE_CATEGORY"
Entity Entity

 Methods

__construct()

__construct() 

Add article

addCommercialArticle(\CommercialArticle $article) : \CommercialArticleCategory

Parameters

Returns

Get article

getArticle() : \Doctrine\Common\Collections\Collection

Returns

\Doctrine\Common\Collections\Collection

Get label

getLabel() : string

Returns

string

 Properties

 

$article : \Doctrine\Common\Collections\ArrayCollection
ManyToMany targetEntity="CommercialArticle", mappedBy="categoryLabel", orphanRemoval=true
 

$label : string
Column name="label", type="string"
Id Id
GeneratedValue strategy="IDENTITY"