ProductRelationship
class ProductRelationship implements PrimaryKeyInterface
Class ProductRelationship
Properties
| protected string|null | $erpCode | Unique code of relationship |
Methods
__construct()
ProductRelationship constructor.
integer
getId()
No description
setId(int $id)
No description
getMainProduct()
No description
ArrayCollection
getCategories()
No description
setCategories(ArrayCollection $categories)
No description
ArrayCollection
getProducts()
No description
setProducts(ArrayCollection $products)
No description
getRelationshipName()
No description
array
getSortedProducts()
No description
string
getErpCode()
No description
setErpCode(string $erpCode)
No description
Details
at line 105
__construct()
ProductRelationship constructor.