QuickEditProductPropertiesListItem
in package
Class QuickEditProductPropertiesListItem
Tags
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
$db
protected
CI_DB_query_builder
$db
$ean
protected
string
$ean
$id
protected
int
$id
$languageTextManager
protected
LanguageTextManager
$languageTextManager
$model
protected
string
$model
$name
protected
string
$name
$price
protected
float
$price
$priceType
protected
string
$priceType
$priceTypeConfiguration
protected
array<string|int, mixed>
$priceTypeConfiguration
= []
$productsName
protected
string
$productsName
$quantity
protected
float
$quantity
$shipmentConfiguration
protected
array<string|int, mixed>
$shipmentConfiguration
= []
$shippingStatusName
protected
string
$shippingStatusName
$shippingTimeId
protected
int
$shippingTimeId
$tax
protected
float
$tax
$weight
protected
float
$weight
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 —getEan()
Returns the ean of the product.
public
getEan() : int
Return values
int —Returns the ean of the product.
getId()
Returns the Id of the product.
public
getId() : int
Return values
int —Returns the Id 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.
getPriceType()
Returns the price type of the product.
public
getPriceType() : int
Return values
int —Returns the price type of the product.
getPriceTypeConfiguration()
public
getPriceTypeConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed> —getProductsName()
Returns the name of the product.
public
getProductsName() : int
Return values
int —Returns the name of the product.
getQuantity()
Returns the quantity of the product.
public
getQuantity() : int
Return values
int —Returns the quantity of the product.
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.
getTax()
Returns the tax of the product.
public
getTax() : int
Return values
int —Returns the tax of the product.
getWeight()
Returns the weight of the product.
public
getWeight() : int
Return values
int —Returns the weight of the product.
setEan()
Sets the éan of the product.
public
setEan(StringType $ean) : QuickEditProductPropertiesListItem
Parameters
- $ean : StringType
-
Product $ean.
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.
setId()
Sets the id of the product.
public
setId(IdType $id) : QuickEditProductPropertiesListItem
Parameters
- $id : IdType
-
Product id.
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.
setModel()
Sets the model of the product.
public
setModel(StringType $model) : QuickEditProductPropertiesListItem
Parameters
- $model : StringType
-
Product model.
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.
setName()
Sets the name of the product.
public
setName(StringType $name) : QuickEditProductPropertiesListItem
Parameters
- $name : StringType
-
Product name.
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.
setPrice()
Sets the price of the product.
public
setPrice(DecimalType $price) : QuickEditProductPropertiesListItem
Parameters
- $price : DecimalType
-
Product price.
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.
setPriceType()
Sets the price type of the product.
public
setPriceType(StringType $priceType) : QuickEditProductPropertiesListItem
Parameters
- $priceType : StringType
-
Product price type.
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.
setPriceTypeConfiguration()
Sets the price type configuration of the product.
public
setPriceTypeConfiguration() : QuickEditProductPropertiesListItem
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.
setProductsName()
Sets the name of the product.
public
setProductsName(StringType $productsName) : QuickEditProductPropertiesListItem
Parameters
- $productsName : StringType
-
Product name.
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.
setQuantity()
Sets the quantity of the product.
public
setQuantity(DecimalType $quantity) : QuickEditProductPropertiesListItem
Parameters
- $quantity : DecimalType
-
Product quantity.
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.
setShipmentConfiguration()
Sets the shipment configuration of the product.
public
setShipmentConfiguration() : QuickEditProductPropertiesListItem
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.
setShippingTimeId()
Sets the shipping time id of the product.
public
setShippingTimeId(IntType $shippingTimeId) : QuickEditProductPropertiesListItem
Parameters
- $shippingTimeId : IntType
-
Product shipping time id.
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.
setTax()
Sets the tax of the product.
public
setTax(DecimalType $tax) : QuickEditProductPropertiesListItem
Parameters
- $tax : DecimalType
-
Product tax.
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.
setWeight()
Sets the weight of the product.
public
setWeight(DecimalType $weight) : QuickEditProductPropertiesListItem
Parameters
- $weight : DecimalType
-
Product weight.
Return values
QuickEditProductPropertiesListItem —QuickEdit product collection.