Item
An item with product information for the builder.
Table of Contents
Methods
- __construct() : mixed
- getId() : int
- getPrice() : float
- getProductId() : int
- getQuantity() : float
- getXmlId() : string
Methods
__construct()
public
__construct(int $id, int $productId, float $price, float $quantity, string $xmlId) : mixed
Parameters
- $id : int
- $productId : int
- $price : float
- $quantity : float
- $xmlId : string
getId()
public
getId() : int
Return values
intgetPrice()
public
getPrice() : float
Return values
floatgetProductId()
public
getProductId() : int
Return values
intgetQuantity()
public
getQuantity() : float
Return values
floatgetXmlId()
public
getXmlId() : string