phpDocumentor

QuickEditProductListItem
in package

Class QuickEditProductListItem

Tags
category

System

subpackage

QuickEdit

Table of Contents

$category  : string
$discount  : float
$id  : int
$manufacturer  : string
$model  : string
$name  : string
$price  : float
$quantity  : float
$shippingCosts  : float
$shippingStatusName  : string
$shippingTimeId  : int
$specialPrice  : float
$specialPriceExpiresDate  : string
$specialPriceId  : int
$specialPriceQuantity  : float
$specialPriceStatus  : bool
$status  : bool
$tax  : float
$taxClassId  : int
$weight  : float
__construct()  : mixed
QuickEditProductListItem constructor.
getCategory()  : int
Returns the category of the product.
getDiscount()  : int
Returns the discount of the product.
getId()  : int
Returns the Id of the product.
getManufacturer()  : int
Returns the manufacturer of the product.
getModel()  : int
Returns the model of the product.
getName()  : int
Returns the name of the product.
getPrice()  : int
Returns the price of the product.
getQuantity()  : int
Returns the quantity of the product.
getShippingCosts()  : int
Returns the shipping costs of the product.
getShippingStatusName()  : int
Returns the shipping status name of the product.
getShippingTimeId()  : int
Returns the shipping time id of the product.
getSpecialPrice()  : int
Returns the special price of the product.
getSpecialPriceExpiresDate()  : int
Returns the special price expires date of the product.
getSpecialPriceId()  : int
Returns the special price id of the product.
getSpecialPriceQuantity()  : int
Returns the special price quantity of the product.
getSpecialPriceStatus()  : int
Returns the special price status of the product.
getStatus()  : int
Returns the status of the product.
getTax()  : int
Returns the tax of the product.
getTaxClassId()  : int
Returns the tax class id of the product.
getWeight()  : int
Returns the weight of the product.
setCategory()  : QuickEditProductListItem
Sets the category of the product.
setDiscount()  : QuickEditProductListItem
Sets the discount of the product.
setId()  : QuickEditProductListItem
Sets the id of the product.
setManufacturer()  : QuickEditProductListItem
Sets the manufacturer of the product.
setModel()  : QuickEditProductListItem
Sets the model of the product.
setName()  : QuickEditProductListItem
Sets the name of the product.
setPrice()  : QuickEditProductListItem
Sets the price of the product.
setQuantity()  : QuickEditProductListItem
Sets the quantity of the product.
setShippingCosts()  : QuickEditProductListItem
Sets the shipping costs of the product.
setShippingStatusName()  : QuickEditProductListItem
Sets the shipping status name of the product.
setShippingTimeId()  : QuickEditProductListItem
Sets the shipping time id of the product.
setSpecialPrice()  : QuickEditProductListItem
Sets the special price of the product.
setSpecialPriceExpiresDate()  : QuickEditProductListItem
Sets the special price expires date of the product.
setSpecialPriceId()  : QuickEditProductListItem
Sets the special price id of the product.
setSpecialPriceQuantity()  : QuickEditProductListItem
Sets the special price quantity of the product.
setSpecialPriceStatus()  : QuickEditProductListItem
Sets the special price status of the product.
setStatus()  : QuickEditProductListItem
Sets the status of the product.
setTax()  : QuickEditProductListItem
Sets the tax of the product.
setTaxClassId()  : QuickEditProductListItem
Sets the tax class id of the product.
setWeight()  : QuickEditProductListItem
Sets the weight of the product.

Properties

Methods

__construct()

QuickEditProductListItem constructor.

public __construct(array<string|int, mixed> $value) : mixed
Parameters
$value : array<string|int, mixed>

Contains product data.

Return values
mixed

getCategory()

Returns the category of the product.

public getCategory() : int
Return values
int

Returns the category of the product.

getDiscount()

Returns the discount of the product.

public getDiscount() : int
Return values
int

Returns the discount of the product.

getManufacturer()

Returns the manufacturer of the product.

public getManufacturer() : int
Return values
int

Returns the manufacturer of the product.

getModel()

Returns the model of the product.

public getModel() : int
Return values
int

Returns the model of the product.

getName()

Returns the name of the product.

public getName() : int
Return values
int

Returns the name of the product.

getPrice()

Returns the price of the product.

public getPrice() : int
Return values
int

Returns the price of the product.

getQuantity()

Returns the quantity of the product.

public getQuantity() : int
Return values
int

Returns the quantity of the product.

getShippingCosts()

Returns the shipping costs of the product.

public getShippingCosts() : int
Return values
int

Returns the shipping costs of the product.

getShippingStatusName()

Returns the shipping status name of the product.

public getShippingStatusName() : int
Return values
int

Returns the shipping status name of the product.

getShippingTimeId()

Returns the shipping time id of the product.

public getShippingTimeId() : int
Return values
int

Returns the shipping time id of the product.

getSpecialPrice()

Returns the special price of the product.

public getSpecialPrice() : int
Return values
int

Returns the special price of the product.

getSpecialPriceExpiresDate()

Returns the special price expires date of the product.

public getSpecialPriceExpiresDate() : int
Return values
int

Returns the special price expires date of the product.

getSpecialPriceId()

Returns the special price id of the product.

public getSpecialPriceId() : int
Return values
int

Returns the special price id of the product.

getSpecialPriceQuantity()

Returns the special price quantity of the product.

public getSpecialPriceQuantity() : int
Return values
int

Returns the special price quantity of the product.

getSpecialPriceStatus()

Returns the special price status of the product.

public getSpecialPriceStatus() : int
Return values
int

Returns the special price status of the product.

getStatus()

Returns the status of the product.

public getStatus() : int
Return values
int

Returns the status of the product.

getTaxClassId()

Returns the tax class id of the product.

public getTaxClassId() : int
Return values
int

Returns the tax class id of the product.

getWeight()

Returns the weight of the product.

public getWeight() : int
Return values
int

Returns the weight of the product.

Search results