phpDocumentor

QuickEditProductPropertiesListItem
in package

Class QuickEditProductPropertiesListItem

Tags
category

System

subpackage

QuickEdit

Table of Contents

$db  : CI_DB_query_builder
$ean  : string
$id  : int
$languageTextManager  : LanguageTextManager
$model  : string
$name  : string
$price  : float
$priceType  : string
$priceTypeConfiguration  : array<string|int, mixed>
$productsName  : string
$quantity  : float
$shipmentConfiguration  : array<string|int, mixed>
$shippingStatusName  : string
$shippingTimeId  : int
$tax  : float
$weight  : float
__construct()  : mixed
QuickEditProductPropertiesListItem constructor.
getEan()  : int
Returns the ean of the product.
getId()  : int
Returns the Id 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.
getPriceType()  : int
Returns the price type of the product.
getPriceTypeConfiguration()  : array<string|int, mixed>
getProductsName()  : int
Returns the name of the product.
getQuantity()  : int
Returns the quantity of the product.
getShipmentConfiguration()  : int
Returns the shipping configuration of the product.
getShippingTimeId()  : int
Returns the shipping time id of the product.
getTax()  : int
Returns the tax of the product.
getWeight()  : int
Returns the weight of the product.
setEan()  : QuickEditProductPropertiesListItem
Sets the éan of the product.
setId()  : QuickEditProductPropertiesListItem
Sets the id of the product.
setModel()  : QuickEditProductPropertiesListItem
Sets the model of the product.
setName()  : QuickEditProductPropertiesListItem
Sets the name of the product.
setPrice()  : QuickEditProductPropertiesListItem
Sets the price of the product.
setPriceType()  : QuickEditProductPropertiesListItem
Sets the price type of the product.
setPriceTypeConfiguration()  : QuickEditProductPropertiesListItem
Sets the price type configuration of the product.
setProductsName()  : QuickEditProductPropertiesListItem
Sets the name of the product.
setQuantity()  : QuickEditProductPropertiesListItem
Sets the quantity of the product.
setShipmentConfiguration()  : QuickEditProductPropertiesListItem
Sets the shipment configuration of the product.
setShippingTimeId()  : QuickEditProductPropertiesListItem
Sets the shipping time id of the product.
setTax()  : QuickEditProductPropertiesListItem
Sets the tax of the product.
setWeight()  : QuickEditProductPropertiesListItem
Sets the weight of the product.

Properties

Methods

__construct()

QuickEditProductPropertiesListItem constructor.

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

Contains product properties data.

Return values
mixed

getShipmentConfiguration()

Returns the shipping configuration of the product.

public getShipmentConfiguration() : int
Return values
int

Returns the shipping configuration 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.

Search results