Documentation

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

Properties

Methods

__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

getDate()

public getDate() : string
Return values
string

getLines()

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

getNumber()

public getNumber() : string
Return values
string

setDate()

public setDate(string $date) : void
Parameters
$date : string

setNumber()

public setNumber(string $number) : void
Parameters
$number : string

        
On this page

Search results