Documentation

SaleSession extends SemanticObject
in package
implements ISaleSession

Table of Contents

Interfaces

ISaleSession

Properties

$connector  : IConnector

Methods

__construct()  : mixed
addOffer()  : void
getBeginDate()  : string
getEndDate()  : string
getOffers()  : array<string|int, mixed>
getQuantity()  : float
setBeginDate()  : void
setEndDate()  : void
setQuantity()  : void

Properties

Methods

__construct()

public __construct(IConnector $connector[, string $semanticId = null ][, Resource $resource = null ][, string $semanticType = null ][, Semanticable $other = null ][, string $beginDate = null ][, string $endDate = null ][, float $quantity = null ][, array<string|int, mixed> $offers = null ][, bool $doNotStore = false ]) : mixed
Parameters
$connector : IConnector
$semanticId : string = null
$resource : Resource = null
$semanticType : string = null
$other : Semanticable = null
$beginDate : string = null
$endDate : string = null
$quantity : float = null
$offers : array<string|int, mixed> = null
$doNotStore : bool = false

getBeginDate()

public getBeginDate() : string
Return values
string

getEndDate()

public getEndDate() : string
Return values
string

getOffers()

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

getQuantity()

public getQuantity() : float
Return values
float

setBeginDate()

public setBeginDate(string $beginDate) : void
Parameters
$beginDate : string

setEndDate()

public setEndDate(string $endDate) : void
Parameters
$endDate : string

setQuantity()

public setQuantity(float $quantity) : void
Parameters
$quantity : float

        
On this page

Search results