Order
extends SemanticObject
implements
IOrder
Table of Contents
Interfaces
- IOrder
Properties
-
$connector
: IConnector
Methods
-
__construct()
: mixed
-
addLine()
: void
-
getClient()
: IAgent
-
getDate()
: string
-
getLines()
: array<string|int, mixed>
-
getNumber()
: string
-
getSaleSession()
: ISaleSession
-
setClient()
: void
-
setDate()
: void
-
setNumber()
: void
-
setSaleSession()
: void
__construct()
public
__construct(IConnector $connector[, string $semanticId = null ][, Resource $resource = null ][, string $semanticType = null ][, Semanticable $other = null ][, string $number = null ][, string $date = null ][, ISaleSession $saleSession = null ][, IAgent $client = null ][, array<string|int, mixed> $lines = null ][, bool $doNotStore = false ]) : mixed
Parameters
-
$connector
: IConnector
-
-
$semanticId
: string
= null
-
-
$resource
: Resource
= null
-
-
$semanticType
: string
= null
-
-
$other
: Semanticable
= null
-
-
$number
: string
= null
-
-
$date
: string
= null
-
-
$saleSession
: ISaleSession
= null
-
-
$client
: IAgent
= null
-
-
$lines
: array<string|int, mixed>
= null
-
-
$doNotStore
: bool
= false
-
addLine()
public
addLine(IOrderLine $line) : void
Parameters
-
$line
: IOrderLine
-
getClient()
public
getClient() : IAgent
getDate()
public
getDate() : string
getLines()
public
getLines() : array<string|int, mixed>
Return values
array<string|int, mixed>
getNumber()
public
getNumber() : string
getSaleSession()
public
getSaleSession() : ISaleSession
setClient()
public
setClient(IAgent $client) : void
Parameters
-
$client
: IAgent
-
setDate()
public
setDate(string $date) : void
Parameters
-
$date
: string
-
setNumber()
public
setNumber(string $number) : void
Parameters
-
$number
: string
-
setSaleSession()
public
setSaleSession(ISaleSession $saleSession) : void
Parameters
-
$saleSession
: ISaleSession
-