Offer
extends SemanticObject
in package
implements
IOffer
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- getCustomerCategory() : ICustomerCategory
- getOfferedItem() : ICatalogItem
- getPrice() : IPrice
- getStockLimitation() : float
- setCustomerCategory() : void
- setOfferedItem() : void
- setPrice() : void
- setStockLimitation() : void
Properties
$connector
protected
IConnector
$connector
Methods
__construct()
public
__construct(IConnector $connector[, string $semanticId = null ][, Resource $resource = null ][, string $semanticType = null ][, Semanticable $other = null ][, ICatalogItem $offeredItem = null ][, ICustomerCategory $offeredTo = null ][, IPrice $price = null ][, float $stockLimitation = null ][, bool $doNotStore = false ]) : mixed
Parameters
- $connector : IConnector
- $semanticId : string = null
- $resource : Resource = null
- $semanticType : string = null
- $other : Semanticable = null
- $offeredItem : ICatalogItem = null
- $offeredTo : ICustomerCategory = null
- $price : IPrice = null
- $stockLimitation : float = null
- $doNotStore : bool = false
getCustomerCategory()
public
getCustomerCategory() : ICustomerCategory
Return values
ICustomerCategorygetOfferedItem()
public
getOfferedItem() : ICatalogItem
Return values
ICatalogItemgetPrice()
public
getPrice() : IPrice
Return values
IPricegetStockLimitation()
public
getStockLimitation() : float
Return values
floatsetCustomerCategory()
public
setCustomerCategory(ICustomerCategory $customerCategory) : void
Parameters
- $customerCategory : ICustomerCategory
setOfferedItem()
public
setOfferedItem(ICatalogItem $offeredItem) : void
Parameters
- $offeredItem : ICatalogItem
setPrice()
public
setPrice(IPrice $price) : void
Parameters
- $price : IPrice
setStockLimitation()
public
setStockLimitation(float $stockLimitation) : void
Parameters
- $stockLimitation : float