NotioProduct
in package
NotioProduct
Tags
Table of Contents
Properties
- $brand : string|null
- $category : string|null
- $color : string|null
- $ddpPrice : float
- $depth : float
- $description : string|null
- $ean : string|null
- $height : float
- $id : int
- $images : string|null
- $isMonocolis : bool
- $isSelected : bool
- $material : string|null
- $menzzoPrice : float
- $modelName : string|null
- $nbParcels : string|null
- $netWeight : float
- $newProduct : mixed
- $product : mixed
- $shippingBoxDimensions : string|null
- $sku : string|null
- $title : string|null
- $width : float
Methods
- getBrand() : string|null
- getCategory() : string|null
- getColor() : string|null
- getDdpPrice() : float
- getDepth() : float|int
- getDescription() : string|null
- getEan() : string|null
- getHeight() : float|int
- getId() : int
- getImages() : array<string|int, mixed>|mixed|string|null
- getIsMonocolis() : bool
- getIsSelected() : bool|int
- getMaterial() : string|null
- getMenzzoPrice() : float
- getModelName() : string|null
- getNbParcels() : int|null
- getNetWeight() : float|int
- getNewProduct() : mixed|null|NewProduct
- getProduct() : mixed|Product|null
- getShippingBoxDimensions() : array<string|int, mixed>|string|null
- getSku() : string|null
- getTitle() : string|null
- getWidth() : float|int
- setBrand() : void
- setCategory() : void
- setColor() : void
- setDdpPrice() : void
- setDepth() : void
- setDescription() : void
- setEan() : void
- setHeight() : void
- setImages() : void
- setIsMonocolis() : void
- setIsSelected() : void
- setMaterial() : void
- setMenzzoPrice() : void
- setModelName() : void
- setNbParcels() : void
- setNetWeight() : void
- setNewProduct() : NotioProduct
- setProduct() : NotioProduct
- setShippingBoxDimensions() : void
- setSku() : void
- setTitle() : void
- setWidth() : void
Properties
$brand
private
string|null
$brand
Tags
$category
private
string|null
$category
Tags
$color
private
string|null
$color
Tags
$ddpPrice
private
float
$ddpPrice
Tags
$depth
private
float
$depth
= 0
Tags
$description
private
string|null
$description
Tags
$ean
private
string|null
$ean
Tags
$height
private
float
$height
= 0
Tags
$id
private
int
$id
Tags
$images
private
string|null
$images
Tags
$isMonocolis
private
bool
$isMonocolis
= 1
Tags
$isSelected
private
bool
$isSelected
= 0
Tags
$material
private
string|null
$material
Tags
$menzzoPrice
private
float
$menzzoPrice
Tags
$modelName
private
string|null
$modelName
Tags
$nbParcels
private
string|null
$nbParcels
Tags
$netWeight
private
float
$netWeight
= 0
Tags
$newProduct
private
mixed
$newProduct
Tags
$product
private
mixed
$product
Tags
$shippingBoxDimensions
private
string|null
$shippingBoxDimensions
Tags
$sku
private
string|null
$sku
Tags
$title
private
string|null
$title
Tags
$width
private
float
$width
= 0
Tags
Methods
getBrand()
public
getBrand() : string|null
Return values
string|nullgetCategory()
public
getCategory() : string|null
Return values
string|nullgetColor()
public
getColor() : string|null
Return values
string|nullgetDdpPrice()
public
getDdpPrice() : float
Return values
floatgetDepth()
public
getDepth() : float|int
Return values
float|intgetDescription()
public
getDescription() : string|null
Return values
string|nullgetEan()
public
getEan() : string|null
Return values
string|nullgetHeight()
public
getHeight() : float|int
Return values
float|intgetId()
public
getId() : int
Return values
intgetImages()
public
getImages([bool|null $asArray = true ]) : array<string|int, mixed>|mixed|string|null
Parameters
- $asArray : bool|null = true
Tags
Return values
array<string|int, mixed>|mixed|string|nullgetIsMonocolis()
public
getIsMonocolis() : bool
Return values
boolgetIsSelected()
public
getIsSelected() : bool|int
Return values
bool|intgetMaterial()
public
getMaterial() : string|null
Return values
string|nullgetMenzzoPrice()
public
getMenzzoPrice() : float
Return values
floatgetModelName()
public
getModelName() : string|null
Return values
string|nullgetNbParcels()
public
getNbParcels() : int|null
Return values
int|nullgetNetWeight()
public
getNetWeight() : float|int
Return values
float|intgetNewProduct()
public
getNewProduct() : mixed|null|NewProduct
Return values
mixed|null|NewProductgetProduct()
public
getProduct() : mixed|Product|null
Return values
mixed|Product|nullgetShippingBoxDimensions()
public
getShippingBoxDimensions([bool|null $asArray = true ]) : array<string|int, mixed>|string|null
Parameters
- $asArray : bool|null = true
Tags
Return values
array<string|int, mixed>|string|nullgetSku()
public
getSku() : string|null
Return values
string|nullgetTitle()
public
getTitle() : string|null
Return values
string|nullgetWidth()
public
getWidth() : float|int
Return values
float|intsetBrand()
public
setBrand(string|null $brand) : void
Parameters
- $brand : string|null
setCategory()
public
setCategory(string|null $category) : void
Parameters
- $category : string|null
setColor()
public
setColor(string|null $color) : void
Parameters
- $color : string|null
setDdpPrice()
public
setDdpPrice(float $ddpPrice) : void
Parameters
- $ddpPrice : float
setDepth()
public
setDepth(float|int $depth) : void
Parameters
- $depth : float|int
setDescription()
public
setDescription(string|null $description) : void
Parameters
- $description : string|null
setEan()
public
setEan(string|null $ean) : void
Parameters
- $ean : string|null
setHeight()
public
setHeight(float|int $height) : void
Parameters
- $height : float|int
setImages()
public
setImages(array<string|int, mixed>|null $images) : void
Parameters
- $images : array<string|int, mixed>|null
Tags
setIsMonocolis()
public
setIsMonocolis(bool|int $isMonocolis) : void
Parameters
- $isMonocolis : bool|int
setIsSelected()
public
setIsSelected(bool|int $isSelected) : void
Parameters
- $isSelected : bool|int
setMaterial()
public
setMaterial(string|null $material) : void
Parameters
- $material : string|null
setMenzzoPrice()
public
setMenzzoPrice(float $menzzoPrice) : void
Parameters
- $menzzoPrice : float
setModelName()
public
setModelName(string|null $modelName) : void
Parameters
- $modelName : string|null
setNbParcels()
public
setNbParcels(int|null $nbParcels) : void
Parameters
- $nbParcels : int|null
setNetWeight()
public
setNetWeight(float|int $netWeight) : void
Parameters
- $netWeight : float|int
setNewProduct()
public
setNewProduct(mixed|NewProduct $newProduct) : NotioProduct
Parameters
- $newProduct : mixed|NewProduct
Return values
NotioProductsetProduct()
public
setProduct(Product $product) : NotioProduct
Parameters
- $product : Product
Return values
NotioProductsetShippingBoxDimensions()
public
setShippingBoxDimensions(array<string|int, mixed>|null $shippingBoxDimensions) : void
Parameters
- $shippingBoxDimensions : array<string|int, mixed>|null
Tags
setSku()
public
setSku(string|null $sku) : void
Parameters
- $sku : string|null
setTitle()
public
setTitle(string|null $title) : void
Parameters
- $title : string|null
setWidth()
public
setWidth(float|int $width) : void
Parameters
- $width : float|int