ChangedPrice
class ChangedPrice
Class ChangedPrice
Properties
| protected int | $id | ||
| protected User | $user | User to send notification | |
| protected float | $oldPrice | The last price that the product had before the change. 0 if value has not changed since user added product | |
| protected Product | $product | Watched product | |
| protected ProductAttributeValues | $productAttributeValues | Watched product attribute value. NULL if none is selected |
Methods
int
getId()
No description
setId(int $id)
No description
getProduct()
No description
getProductAttributeValues()
No description
float
getOldPrice()
No description
setOldPrice(float $oldPrice)
No description