Documentation

OrderLine extends SemanticObject
in package
implements IOrderLine

Table of Contents

Interfaces

IOrderLine

Properties

$connector  : IConnector

Methods

__construct()  : mixed
getDescription()  : string
getOffer()  : IOffer
getOrder()  : IOrder
getPrice()  : IPrice
getQuantity()  : float
setDescription()  : void
setOffer()  : void
setOrder()  : void
setPrice()  : void
setQuantity()  : void

Properties

Methods

__construct()

public __construct(IConnector $connector[, string $semanticId = null ][, Resource $resource = null ][, string $semanticType = null ][, Semanticable $other = null ][, float $quantity = null ][, IPrice $price = null ][, IOffer $offer = null ][, IOrder $order = null ][, bool $doNotStore = false ]) : mixed
Parameters
$connector : IConnector
$semanticId : string = null
$resource : Resource = null
$semanticType : string = null
$other : Semanticable = null
$quantity : float = null
$price : IPrice = null
$offer : IOffer = null
$order : IOrder = null
$doNotStore : bool = false

getDescription()

public getDescription() : string
Return values
string

getQuantity()

public getQuantity() : float
Return values
float

setDescription()

public setDescription(string $description) : void
Parameters
$description : string

setQuantity()

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

        
On this page

Search results