phpDocumentor

QuickEditProductSpecialPriceListItem
in package

Class QuickEditProductSpecialPriceListItem

Tags
category

System

subpackage

QuickEdit

Table of Contents

$expiresDate  : string
$isNewEntry  : string
$model  : string
$name  : string
$price  : float
$productsId  : int
$productsPrice  : float
$quantity  : float
$status  : bool
$tax  : float
__construct()  : mixed
QuickEditProductSpecialPriceListItem constructor.
getExpiresDate()  : int
Returns the expires date of the product.
getPrice()  : int
Returns the price of the product.
getProductsId()  : int
Returns the Id of the product.
getProductsModel()  : int
Returns the model of the product.
getProductsName()  : int
Returns the name of the product.
getProductsPrice()  : int
Returns the price of the product.
getQuantity()  : int
Returns the quantity of the product.
getStatus()  : int
Returns the status of the product.
getTax()  : int
Returns the tax of the product.
isNewEntry()  : bool
Returns whether the entry is new.
setExpiresDate()  : QuickEditProductSpecialPriceListItem
Sets the special price expires date of the product.
setNewEntry()  : QuickEditProductSpecialPriceListItem
Saves whether the entry is new.
setPrice()  : QuickEditProductSpecialPriceListItem
Sets the price of the product.
setProductsId()  : QuickEditProductSpecialPriceListItem
Sets the id of the product.
setProductsModel()  : QuickEditProductSpecialPriceListItem
Sets the model of the product.
setProductsName()  : QuickEditProductSpecialPriceListItem
Sets the name of the product.
setProductsPrice()  : QuickEditProductSpecialPriceListItem
Sets the model of the product.
setQuantity()  : QuickEditProductSpecialPriceListItem
Sets the quantity of the product.
setStatus()  : QuickEditProductSpecialPriceListItem
Sets the status of the product.
setTax()  : QuickEditProductSpecialPriceListItem
Sets the tax of the product.

Properties

Methods

__construct()

QuickEditProductSpecialPriceListItem constructor.

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

Contains special price data.

Return values
mixed

Search results