BuyX
class BuyX implements BlockEntity
Class BuyX
Properties
| protected int | $id | ||
| protected string | $name | Name of buy x promotion | |
| protected Product | $product | Main product of buy x promotion | |
| protected ProductAttributeValues | $productAttributeValue | Main product attribute values of buy x promotion | |
| protected ArrayCollection | $buyXQuantity | List of all quantities for buy x promotion |
Methods
__construct()
BuyX constructor.
int
getId()
No description
string
getName()
No description
getProduct()
No description
getProductAttributeValue()
No description
ArrayCollection
getBuyXQuantity()
No description
setBuyXQuantity(ArrayCollection $buyXQuantity)
No description
Details
at line 91
__construct()
BuyX constructor.