ICatalogItem
extends
Semanticable, Offerable, Catalogable, Stockable
in
Table of Contents
Methods
- addOffer() : void
- getCatalogs() : array<string|int, mixed>
- getOfferedProduct() : IDefinedProduct
- getOfferers() : array<string|int, mixed>
- getSku() : string
- getStockLimitation() : float
- registerInCatalog() : void
- setOfferedProduct() : void
- setSku() : void
- setStockLimitation() : void
Methods
addOffer()
public
addOffer(IOffer $offer) : void
Parameters
- $offer : IOffer
getCatalogs()
public
getCatalogs() : array<string|int, mixed>
Return values
array<string|int, mixed>getOfferedProduct()
public
getOfferedProduct() : IDefinedProduct
Return values
IDefinedProductgetOfferers()
public
getOfferers() : array<string|int, mixed>
Return values
array<string|int, mixed>getSku()
public
getSku() : string
Return values
stringgetStockLimitation()
public
getStockLimitation() : float
Return values
floatregisterInCatalog()
public
registerInCatalog(ICatalog $repository) : void
Parameters
- $repository : ICatalog
setOfferedProduct()
public
setOfferedProduct(IDefinedProduct $offeredProduct) : void
Parameters
- $offeredProduct : IDefinedProduct
setSku()
public
setSku(string $sku) : void
Parameters
- $sku : string
setStockLimitation()
public
setStockLimitation(float $stockLimitation) : void
Parameters
- $stockLimitation : float