Prestation
in package
Tags
Table of Contents
- $description : mixed
- $devis : mixed
- $id : mixed
- $quantite : mixed
- $ttc : mixed
- $type : mixed
- __toString() : mixed
- getDescription() : string|null
- getDevis() : Devis|null
- getHT() : mixed
- getId() : int|null
- getPrix() : mixed
- getQuantite() : int|null
- getTotalHT() : mixed
- getTotalTTC() : mixed
- getTtc() : float|null
- getType() : string|null
- isComposant() : mixed
- isFraisKm() : mixed
- isMO() : mixed
- setDescription() : self
- setDevis() : self
- setQuantite() : self
- setTtc() : self
- setType() : self
Properties
$description
private
mixed
$description
Tags
$devis
private
mixed
$devis
Tags
$id
private
mixed
$id
Tags
$quantite
private
mixed
$quantite
Tags
$ttc
private
mixed
$ttc
Tags
$type
private
mixed
$type
Tags
Methods
__toString()
public
__toString() : mixed
Return values
mixed —getDescription()
public
getDescription() : string|null
Return values
string|null —getDevis()
public
getDevis() : Devis|null
Return values
Devis|null —getHT()
public
getHT(mixed $tva) : mixed
Parameters
- $tva : mixed
Return values
mixed —getId()
public
getId() : int|null
Return values
int|null —getPrix()
public
getPrix() : mixed
Return values
mixed —getQuantite()
public
getQuantite() : int|null
Return values
int|null —getTotalHT()
public
getTotalHT(mixed $tva) : mixed
Parameters
- $tva : mixed
Return values
mixed —getTotalTTC()
public
getTotalTTC() : mixed
Return values
mixed —getTtc()
public
getTtc() : float|null
Return values
float|null —getType()
public
getType() : string|null
Return values
string|null —isComposant()
public
isComposant() : mixed
Return values
mixed —isFraisKm()
public
isFraisKm() : mixed
Return values
mixed —isMO()
public
isMO() : mixed
Return values
mixed —setDescription()
public
setDescription(string $description) : self
Parameters
- $description : string
Return values
self —setDevis()
public
setDevis(Devis|null $devis) : self
Parameters
- $devis : Devis|null
Return values
self —setQuantite()
public
setQuantite(int $quantite) : self
Parameters
- $quantite : int
Return values
self —setTtc()
public
setTtc(float $ttc) : self
Parameters
- $ttc : float
Return values
self —setType()
public
setType(string $type) : self
Parameters
- $type : string