Documentation

CatalogItem extends SemanticObject
in package
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

Properties

Methods

__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

getCatalogs()

public getCatalogs() : array<string|int, mixed>
Return values
array<string|int, mixed>

getOfferers()

public getOfferers() : array<string|int, mixed>
Return values
array<string|int, mixed>

getSku()

public getSku() : string
Return values
string

getStockLimitation()

public getStockLimitation() : float
Return values
float

setSku()

public setSku(string $sku) : void
Parameters
$sku : string

setStockLimitation()

public setStockLimitation(float $stockLimitation) : void
Parameters
$stockLimitation : float

        
On this page

Search results