Intervention
in package
Tags
Table of Contents
- $client : Client|null
- $commande : Commande|Collection
- $date : DateTime
- $description : string|null
- $devis : Devis|Collection
- $diag : Diagnostic|null
- $distance : float
- $etapes : Etapes|Collection
- $heure : float
- $id : int|null
- $images : mixed
- $montant : float|null
- $numero : string|null
- $pause : string|null
- $reparation : Reparation|Collection
- $souscriptions : Souscription|Collection
- $status : Status|null
- $txHeure : float|null
- $txKm : float|null
- $type : string
- __construct() : mixed
- __toString() : string
- addCommande() : self
- addDevis() : self
- addEtape() : self
- addImage() : mixed
- addReparation() : self
- addSouscription() : self
- distanceHT() : float
- getClient() : Client|null
- getCommande() : Collection
- getDate() : DateTime
- getDescription() : string|null
- getDevis() : Collection
- getDiag() : Diagnostic|null
- getDistance() : float|null
- getEchangeClients() : array<string|int, mixed>
- getEtapes() : Collection
- getFormattedDate() : string
- getFormattedLocalDate() : string
- getHeure() : float|null
- getId() : int|null
- getImages() : array<string|int, mixed>|null
- getMontant() : float|null
- getNumero() : string|null
- getPause() : string|null
- getReparation() : Collection|array<string|int, reparation>
- getSouscriptions() : Collection<int, Souscription>
- getStatus() : Status|null
- getTotalHT() : float|int
- getTotalTTC() : float|int|null
- getTxHeure() : float|null
- getTxKm() : float|null
- getType() : string|null
- getValidateDevis() : mixed
- hasDevis() : bool
- hasReparation() : bool
- hasValidateDevis() : bool
- heureHT() : float
- removeCommande() : self
- removeDevis() : self
- removeEtape() : self
- removeImage() : mixed
- removeReparation() : self
- removeSouscription() : self
- setClient() : self
- setDate() : self
- setDescription() : self
- setDevis() : mixed
- setDiag() : self
- setDistance() : self
- setHeure() : self
- setImages() : self
- setMontant() : self
- setNumero() : self
- setPause() : self
- setStatus() : self
- setTxHeure() : self
- setTxKm() : self
- setType() : self
- totalDistanceHT() : float
- totalHeureHT() : float
- updateDistance() : mixed
- updateHeure() : mixed
Properties
$client
private
Client|null
$client
Tags
$commande
private
Commande|Collection
$commande
Tags
$date
private
DateTime
$date
Tags
$description
private
string|null
$description
Tags
$devis
private
Devis|Collection
$devis
Tags
$diag
private
Diagnostic|null
$diag
Tags
$distance
private
float
$distance
Tags
$etapes
private
Etapes|Collection
$etapes
Tags
$heure
private
float
$heure
Tags
$id
private
int|null
$id
Tags
$images
private
mixed
$images
= []
Tags
$montant
private
float|null
$montant
Tags
$numero
private
string|null
$numero
Tags
$pause
private
string|null
$pause
Tags
$reparation
private
Reparation|Collection
$reparation
Tags
$souscriptions
private
Souscription|Collection
$souscriptions
Tags
$status
private
Status|null
$status
Tags
$txHeure
private
float|null
$txHeure
Tags
$txKm
private
float|null
$txKm
Tags
$type
private
string
$type
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —__toString()
public
__toString() : string
Return values
string —addCommande()
public
addCommande(Commande $commande) : self
Parameters
- $commande : Commande
Return values
self —addDevis()
public
addDevis(Devis $devi) : self
Parameters
- $devi : Devis
Return values
self —addEtape()
public
addEtape(Etapes $etape) : self
Parameters
- $etape : Etapes
Return values
self —addImage()
public
addImage(string $image) : mixed
Parameters
- $image : string
Return values
mixed —addReparation()
public
addReparation(reparation $reparation) : self
Parameters
- $reparation : reparation
Return values
self —addSouscription()
public
addSouscription(Souscription $souscription) : self
Parameters
- $souscription : Souscription
Return values
self —distanceHT()
public
distanceHT(mixed $tva) : float
Parameters
- $tva : mixed
Return values
float —getClient()
public
getClient() : Client|null
Return values
Client|null —getCommande()
public
getCommande() : Collection
Return values
Collection —getDate()
public
getDate() : DateTime
Return values
DateTime —getDescription()
public
getDescription() : string|null
Return values
string|null —getDevis()
public
getDevis() : Collection
Return values
Collection —getDiag()
public
getDiag() : Diagnostic|null
Return values
Diagnostic|null —getDistance()
public
getDistance() : float|null
Return values
float|null —getEchangeClients()
public
getEchangeClients() : array<string|int, mixed>
Return values
array<string|int, mixed> —getEtapes()
public
getEtapes() : Collection
Return values
Collection —getFormattedDate()
public
getFormattedDate() : string
Return values
string —getFormattedLocalDate()
public
getFormattedLocalDate() : string
Return values
string —getHeure()
public
getHeure() : float|null
Return values
float|null —getId()
public
getId() : int|null
Return values
int|null —getImages()
public
getImages() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null —getMontant()
public
getMontant() : float|null
Return values
float|null —getNumero()
public
getNumero() : string|null
Return values
string|null —getPause()
public
getPause() : string|null
Return values
string|null —getReparation()
public
getReparation() : Collection|array<string|int, reparation>
Return values
Collection|array<string|int, reparation> —getSouscriptions()
public
getSouscriptions() : Collection<int, Souscription>
Return values
Collection<int, Souscription> —getStatus()
public
getStatus() : Status|null
Return values
Status|null —getTotalHT()
public
getTotalHT(mixed $tva) : float|int
Parameters
- $tva : mixed
Return values
float|int —getTotalTTC()
public
getTotalTTC() : float|int|null
Return values
float|int|null —getTxHeure()
public
getTxHeure() : float|null
Return values
float|null —getTxKm()
public
getTxKm() : float|null
Return values
float|null —getType()
public
getType() : string|null
Return values
string|null —getValidateDevis()
public
getValidateDevis() : mixed
Return values
mixed —hasDevis()
public
hasDevis() : bool
Return values
bool —hasReparation()
public
hasReparation() : bool
Return values
bool —hasValidateDevis()
public
hasValidateDevis() : bool
Return values
bool —heureHT()
public
heureHT(mixed $tva) : float
Parameters
- $tva : mixed
Return values
float —removeCommande()
public
removeCommande(Commande $commande) : self
Parameters
- $commande : Commande
Return values
self —removeDevis()
public
removeDevis(Devis $devi) : self
Parameters
- $devi : Devis
Return values
self —removeEtape()
public
removeEtape(Etapes $etape) : self
Parameters
- $etape : Etapes
Return values
self —removeImage()
public
removeImage(string $image) : mixed
Parameters
- $image : string
Return values
mixed —removeReparation()
public
removeReparation(reparation $reparation) : self
Parameters
- $reparation : reparation
Return values
self —removeSouscription()
public
removeSouscription(Souscription $souscription) : self
Parameters
- $souscription : Souscription
Return values
self —setClient()
public
setClient(Client|null $client) : self
Parameters
- $client : Client|null
Return values
self —setDate()
public
setDate(DateTimeInterface $date) : self
Parameters
- $date : DateTimeInterface
Return values
self —setDescription()
public
setDescription(string|null $description) : self
Parameters
- $description : string|null
Return values
self —setDevis()
public
setDevis(Collection $devis) : mixed
Parameters
- $devis : Collection
Return values
mixed —setDiag()
public
setDiag(Diagnostic|null $diag) : self
Parameters
- $diag : Diagnostic|null
Return values
self —setDistance()
public
setDistance(float $distance) : self
Parameters
- $distance : float
Return values
self —setHeure()
public
setHeure(float $heure) : self
Parameters
- $heure : float
Return values
self —setImages()
public
setImages(array<string|int, mixed>|null $images) : self
Parameters
- $images : array<string|int, mixed>|null
Return values
self —setMontant()
public
setMontant(float|null $montant) : self
Parameters
- $montant : float|null
Return values
self —setNumero()
public
setNumero(string $numero) : self
Parameters
- $numero : string
Return values
self —setPause()
public
setPause(string|null $pause) : self
Parameters
- $pause : string|null
Return values
self —setStatus()
public
setStatus(Status|null $status) : self
Parameters
- $status : Status|null
Return values
self —setTxHeure()
public
setTxHeure(float $txHeure) : self
Parameters
- $txHeure : float
Return values
self —setTxKm()
public
setTxKm(float $txKm) : self
Parameters
- $txKm : float
Return values
self —setType()
public
setType(string $type) : self
Parameters
- $type : string
Return values
self —totalDistanceHT()
public
totalDistanceHT(mixed $tva) : float
Parameters
- $tva : mixed
Return values
float —totalHeureHT()
public
totalHeureHT(mixed $tva) : float
Parameters
- $tva : mixed
Return values
float —updateDistance()
public
updateDistance(mixed $distance, mixed $tarif) : mixed
Parameters
- $distance : mixed
- $tarif : mixed
Return values
mixed —updateHeure()
public
updateHeure(mixed $heure, mixed $tarif) : mixed
Parameters
- $heure : mixed
- $tarif : mixed