Composant
in package
Tags
Table of Contents
- $categorie : mixed
- $fiche : mixed
- $id : mixed
- $id_shopify : mixed
- $image : mixed
- $ISBN : mixed
- $laptops : mixed
- $laptops_gpu : mixed
- $marque : mixed
- $model : mixed
- $pcComposants : mixed
- $prix : mixed
- $quantite : mixed
- $specs : mixed
- __construct() : mixed
- __toString() : mixed
- add() : mixed
- addLaptop() : self
- addLaptopsGpu() : self
- addPcComposant() : self
- getB64Image() : mixed
- getCategorie() : Categorie|null
- getFiche() : string|null
- getHT() : mixed
- getId() : int|null
- getIdShopify() : string|null
- getImage() : string|null
- getISBN() : string|null
- getLaptops() : Collection|array<string|int, Laptop>
- getLaptopsGpu() : Collection|array<string|int, Laptop>
- getMarque() : string|null
- getModel() : string|null
- getPathFiche() : mixed
- getPcComposants() : Collection
- getPrix() : float|null
- getQuantite() : int|null
- getSpecs() : string|null
- hasFiche() : mixed
- hasImage() : mixed
- removeLaptop() : self
- removeLaptopsGpu() : self
- removePcComposant() : self
- setCategorie() : self
- setFiche() : self
- setIdShopify() : self
- setImage() : self
- setISBN() : self
- setMarque() : self
- setModel() : self
- setPrix() : self
- setQuantite() : self
- setSpecs() : self
- substract() : mixed
Properties
$categorie
private
mixed
$categorie
Tags
$fiche
private
mixed
$fiche
Tags
$id
private
mixed
$id
Tags
$id_shopify
private
mixed
$id_shopify
Tags
$image
private
mixed
$image
Tags
$ISBN
private
mixed
$ISBN
Tags
$laptops
private
mixed
$laptops
Tags
$laptops_gpu
private
mixed
$laptops_gpu
Tags
$marque
private
mixed
$marque
Tags
$model
private
mixed
$model
Tags
$pcComposants
private
mixed
$pcComposants
Tags
$prix
private
mixed
$prix
Tags
$quantite
private
mixed
$quantite
Tags
$specs
private
mixed
$specs
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —__toString()
public
__toString() : mixed
Return values
mixed —add()
public
add(mixed $qte) : mixed
Parameters
- $qte : mixed
Return values
mixed —addLaptop()
public
addLaptop(Laptop $laptop) : self
Parameters
- $laptop : Laptop
Return values
self —addLaptopsGpu()
public
addLaptopsGpu(Laptop $laptopsGpu) : self
Parameters
- $laptopsGpu : Laptop
Return values
self —addPcComposant()
public
addPcComposant(PcComposants $pcComposant) : self
Parameters
- $pcComposant : PcComposants
Return values
self —getB64Image()
public
getB64Image() : mixed
Return values
mixed —getCategorie()
public
getCategorie() : Categorie|null
Return values
Categorie|null —getFiche()
public
getFiche() : string|null
Return values
string|null —getHT()
public
getHT(mixed $tva) : mixed
Parameters
- $tva : mixed
Return values
mixed —getId()
public
getId() : int|null
Return values
int|null —getIdShopify()
public
getIdShopify() : string|null
Return values
string|null —getImage()
public
getImage() : string|null
Return values
string|null —getISBN()
public
getISBN() : string|null
Return values
string|null —getLaptops()
public
getLaptops() : Collection|array<string|int, Laptop>
Return values
Collection|array<string|int, Laptop> —getLaptopsGpu()
public
getLaptopsGpu() : Collection|array<string|int, Laptop>
Return values
Collection|array<string|int, Laptop> —getMarque()
public
getMarque() : string|null
Return values
string|null —getModel()
public
getModel() : string|null
Return values
string|null —getPathFiche()
public
getPathFiche() : mixed
Return values
mixed —getPcComposants()
public
getPcComposants() : Collection
Return values
Collection —getPrix()
public
getPrix() : float|null
Return values
float|null —getQuantite()
public
getQuantite() : int|null
Return values
int|null —getSpecs()
public
getSpecs() : string|null
Return values
string|null —hasFiche()
public
hasFiche() : mixed
Return values
mixed —hasImage()
public
hasImage() : mixed
Return values
mixed —removeLaptop()
public
removeLaptop(Laptop $laptop) : self
Parameters
- $laptop : Laptop
Return values
self —removeLaptopsGpu()
public
removeLaptopsGpu(Laptop $laptopsGpu) : self
Parameters
- $laptopsGpu : Laptop
Return values
self —removePcComposant()
public
removePcComposant(PcComposants $pcComposant) : self
Parameters
- $pcComposant : PcComposants
Return values
self —setCategorie()
public
setCategorie(Categorie|null $categorie) : self
Parameters
- $categorie : Categorie|null
Return values
self —setFiche()
public
setFiche(string|null $fiche) : self
Parameters
- $fiche : string|null
Return values
self —setIdShopify()
public
setIdShopify(string|null $id_shopify) : self
Parameters
- $id_shopify : string|null
Return values
self —setImage()
public
setImage(string|null $image) : self
Parameters
- $image : string|null
Return values
self —setISBN()
public
setISBN(string|null $ISBN) : self
Parameters
- $ISBN : string|null
Return values
self —setMarque()
public
setMarque(string $marque) : self
Parameters
- $marque : string
Return values
self —setModel()
public
setModel(string $model) : self
Parameters
- $model : string
Return values
self —setPrix()
public
setPrix(float|null $prix) : self
Parameters
- $prix : float|null
Return values
self —setQuantite()
public
setQuantite(int $quantite) : self
Parameters
- $quantite : int
Return values
self —setSpecs()
public
setSpecs(string|null $specs) : self
Parameters
- $specs : string|null
Return values
self —substract()
public
substract(mixed $qte) : mixed
Parameters
- $qte : mixed