CatalogItem
extends SemanticObject
implements
ICatalogItem
Table of Contents
Interfaces
- ICatalogItem
Properties
-
$connector
: IConnector
Methods
-
__construct()
: mixed
-
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
__construct()
public
__construct(IConnector $connector[, string $semanticId = null ][, Resource $resource = null ][, string $semanticType = null ][, Semanticable $other = null ][, IDefinedProduct $product = null ][, string $sku = null ][, float $stockLimitation = null ][, array<string|int, mixed> $offers = null ][, array<string|int, mixed> $catalogs = null ][, bool $doNotStore = false ]) : mixed
Parameters
-
$connector
: IConnector
-
-
$semanticId
: string
= null
-
-
$resource
: Resource
= null
-
-
$semanticType
: string
= null
-
-
$other
: Semanticable
= null
-
-
$product
: IDefinedProduct
= null
-
-
$sku
: string
= null
-
-
$stockLimitation
: float
= null
-
-
$offers
: array<string|int, mixed>
= null
-
-
$catalogs
: array<string|int, mixed>
= null
-
-
$doNotStore
: bool
= false
-
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
getOfferers()
public
getOfferers() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSku()
public
getSku() : string
getStockLimitation()
public
getStockLimitation() : float
registerInCatalog()
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
-