BuyXQuantity
class BuyXQuantity
Class BuyXQuantity
Properties
| protected int | $id | ||
| protected int | $amount | Minimal amount of added products to be valid buy x offer | |
| protected BuyX | $buyX | Buy x offer | |
| protected ArrayCollection | $getY | List of all products on offer |
Methods
__construct()
BuyXQuantity constructor.
int
getId()
No description
setId(int $id)
No description
int
getAmount()
No description
setAmount(int $amount)
No description
ArrayCollection
getGetY()
No description
setGetY(ArrayCollection $getY)
No description
Details
at line 74
__construct()
BuyXQuantity constructor.