SaleSession
extends SemanticObject
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
__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
-
addOffer()
public
addOffer(IOffer $offer) : void
Parameters
-
$offer
: IOffer
-
getBeginDate()
public
getBeginDate() : string
getEndDate()
public
getEndDate() : string
getOffers()
public
getOffers() : array<string|int, mixed>
Return values
array<string|int, mixed>
getQuantity()
public
getQuantity() : 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
-