Documentation

OrdersDetails
in package

Table of Contents

$orders  : Orders|null
$price  : int|null
$products  : Products|null
$quantity  : int|null
getOrders()  : Orders|null
getPrice()  : int|null
getProducts()  : Products|null
getQuantity()  : int|null
setOrders()  : self
setPrice()  : self
setProducts()  : self
setQuantity()  : self

Properties

Methods

getPrice()

public getPrice() : int|null
Return values
int|null

getQuantity()

public getQuantity() : int|null
Return values
int|null

setPrice()

public setPrice(int $price) : self
Parameters
$price : int
Return values
self

setQuantity()

public setQuantity(int $quantity) : self
Parameters
$quantity : int
Return values
self

Search results