Price
class Price implements PrimaryKeyInterface
Price
Properties
| protected float | $value | Product price | |
| protected DateTime|null | $dateFrom | Product price valid from | |
| protected DateTime|null | $dateTo | Product price valid to |
Methods
float
getValue()
No description
getProduct()
No description
integer
getId()
Get id
DateTime|null
getDateFrom()
No description