Documentation

Offer extends SemanticObject
in package
implements IOffer

Table of Contents

Interfaces

IOffer

Properties

$connector  : IConnector

Methods

__construct()  : mixed
getCustomerCategory()  : ICustomerCategory
getOfferedItem()  : ICatalogItem
getPrice()  : IPrice
getStockLimitation()  : float
setCustomerCategory()  : void
setOfferedItem()  : void
setPrice()  : void
setStockLimitation()  : void

Properties

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

getStockLimitation()

public getStockLimitation() : float
Return values
float

setStockLimitation()

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

        
On this page

Search results