Details
in package
Details
Tags
Table of Contents
- $article : object
- $commande : Commande|null
- $commandeFournisseur : Commande|null
- $devis : Devis|null
- $fournisseur : Fournisseur|null
- $heureQuota : HeureQuota|Collection
- $id : int
- $intervention : Intervention|null
- $quantite : float|null
- $sav : mixed
- $serialNumber : mixed
- $type : Categorie|null
- __construct() : mixed
- Constructor
- __toString() : mixed
- addQuantite() : mixed
- getArticle() : object|null
- getClient() : Client|null
- getCommande() : Commande|null
- getCommandeFournisseur() : Commande|null
- getDevis() : Devis|null
- getFournisseur() : Fournisseur|null
- getHeureQuota() : ArrayCollection|HeureQuota|Collection|null
- getId() : int|null
- getIntervention() : Intervention|null
- getQuantite() : float|null
- getReference() : Commande|Devis|null
- getSav() : Sav|null
- getSerialNumber() : string|null
- getTotalHT() : float
- getTotalTTC() : float|int
- getType() : Categorie|null
- hasCommande() : bool
- hasCommandeFournisseur() : bool
- hasDevis() : bool
- hasFournisseur() : bool
- hasHeureQuota() : bool
- isComposant() : bool
- isFraisKm() : bool
- isLaptop() : bool
- isMO() : bool
- isPc() : bool
- isService() : bool
- setArticle() : self
- setCommande() : self
- setCommandeFournisseur() : self
- setDevis() : self
- setFournisseur() : self
- setHeureQuota() : self
- setIntervention() : self
- setQuantite() : self
- setSav() : self
- setSerialNumber() : self
- setType() : self
Properties
$article
private
object
$article
Tags
$commande
private
Commande|null
$commande
Tags
$commandeFournisseur
private
Commande|null
$commandeFournisseur
Tags
$devis
private
Devis|null
$devis
Tags
$fournisseur
private
Fournisseur|null
$fournisseur
Tags
$heureQuota
private
HeureQuota|Collection
$heureQuota
Tags
$id
private
int
$id
Tags
$intervention
private
Intervention|null
$intervention
Tags
$quantite
private
float|null
$quantite
Tags
$sav
private
mixed
$sav
Tags
$serialNumber
private
mixed
$serialNumber
Tags
$type
private
Categorie|null
$type
Tags
Methods
__construct()
Constructor
public
__construct() : mixed
Return values
mixed —__toString()
public
__toString() : mixed
Return values
mixed —addQuantite()
public
addQuantite(mixed $qte) : mixed
Parameters
- $qte : mixed
Return values
mixed —getArticle()
public
getArticle() : object|null
Return values
object|null —getClient()
public
getClient() : Client|null
Return values
Client|null —getCommande()
public
getCommande() : Commande|null
Return values
Commande|null —getCommandeFournisseur()
public
getCommandeFournisseur() : Commande|null
Return values
Commande|null —getDevis()
public
getDevis() : Devis|null
Return values
Devis|null —getFournisseur()
public
getFournisseur() : Fournisseur|null
Return values
Fournisseur|null —getHeureQuota()
public
getHeureQuota() : ArrayCollection|HeureQuota|Collection|null
Return values
ArrayCollection|HeureQuota|Collection|null —getId()
public
getId() : int|null
Return values
int|null —getIntervention()
public
getIntervention() : Intervention|null
Return values
Intervention|null —getQuantite()
public
getQuantite() : float|null
Return values
float|null —getReference()
public
getReference() : Commande|Devis|null
Return values
Commande|Devis|null —getSav()
public
getSav() : Sav|null
Return values
Sav|null —getSerialNumber()
public
getSerialNumber() : string|null
Return values
string|null —getTotalHT()
public
getTotalHT(mixed $tva) : float
Parameters
- $tva : mixed
Return values
float —getTotalTTC()
public
getTotalTTC() : float|int
Return values
float|int —getType()
public
getType() : Categorie|null
Return values
Categorie|null —hasCommande()
public
hasCommande() : bool
Return values
bool —hasCommandeFournisseur()
public
hasCommandeFournisseur() : bool
Return values
bool —hasDevis()
public
hasDevis() : bool
Return values
bool —hasFournisseur()
public
hasFournisseur() : bool
Return values
bool —hasHeureQuota()
public
hasHeureQuota() : bool
Return values
bool —isComposant()
public
isComposant() : bool
Return values
bool —isFraisKm()
public
isFraisKm() : bool
Return values
bool —isLaptop()
public
isLaptop() : bool
Return values
bool —isMO()
public
isMO() : bool
Return values
bool —isPc()
public
isPc() : bool
Return values
bool —isService()
public
isService() : bool
Return values
bool —setArticle()
public
setArticle(mixed $article) : self
Parameters
- $article : mixed
Return values
self —setCommande()
public
setCommande(Commande|null $commande) : self
Parameters
- $commande : Commande|null
Return values
self —setCommandeFournisseur()
public
setCommandeFournisseur(Commande|null $commandeFournisseur) : self
Parameters
- $commandeFournisseur : Commande|null
Return values
self —setDevis()
public
setDevis(Devis|null $devis) : self
Parameters
- $devis : Devis|null
Return values
self —setFournisseur()
public
setFournisseur(Fournisseur|null $fournisseur) : self
Parameters
- $fournisseur : Fournisseur|null
Return values
self —setHeureQuota()
public
setHeureQuota(HeureQuota $heureQuota) : self
Parameters
- $heureQuota : HeureQuota
Return values
self —setIntervention()
public
setIntervention(Intervention|null $intervention) : self
Parameters
- $intervention : Intervention|null
Return values
self —setQuantite()
public
setQuantite(float $quantite) : self
Parameters
- $quantite : float
Return values
self —setSav()
public
setSav(Sav|null $sav) : self
Parameters
- $sav : Sav|null
Return values
self —setSerialNumber()
public
setSerialNumber(string|null $serialNumber) : self
Parameters
- $serialNumber : string|null
Return values
self —setType()
public
setType(Categorie|null $type) : self
Parameters
- $type : Categorie|null