Status
in package
Tags
Table of Contents
- $color : mixed
- $commande : mixed
- $devis : mixed
- $etapes : mixed
- $id : mixed
- $interventions : mixed
- $libelle : mixed
- $mailTypes : mixed
- $reparations : mixed
- $savs : mixed
- $tickets : mixed
- __construct() : mixed
- __toString() : mixed
- addCommande() : self
- addDevis() : self
- addEtape() : self
- addIntervention() : self
- addMailType() : self
- addReparation() : self
- addSav() : self
- addTicket() : self
- getColor() : string|null
- getCommande() : Collection
- getDevis() : Collection
- getEtapes() : Collection
- getId() : int|null
- getInterventions() : Collection
- getLibelle() : string|null
- getMailTypes() : Collection<int, MailType>
- getReparations() : Collection
- getSavs() : Collection
- getTickets() : Collection|array<string|int, Ticket>
- removeCommande() : self
- removeDevis() : self
- removeEtape() : self
- removeIntervention() : self
- removeMailType() : self
- removeReparation() : self
- removeSav() : self
- removeTicket() : self
- setColor() : self
- setLibelle() : self
Properties
$color
private
mixed
$color
Tags
$commande
private
mixed
$commande
Tags
$devis
private
mixed
$devis
Tags
$etapes
private
mixed
$etapes
Tags
$id
private
mixed
$id
Tags
$interventions
private
mixed
$interventions
Tags
$libelle
private
mixed
$libelle
Tags
$mailTypes
private
mixed
$mailTypes
Tags
$reparations
private
mixed
$reparations
Tags
$savs
private
mixed
$savs
Tags
$tickets
private
mixed
$tickets
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —__toString()
public
__toString() : mixed
Return values
mixed —addCommande()
public
addCommande(Commande $commande) : self
Parameters
- $commande : Commande
Return values
self —addDevis()
public
addDevis(Devis $devis) : self
Parameters
- $devis : Devis
Return values
self —addEtape()
public
addEtape(Etapes $etape) : self
Parameters
- $etape : Etapes
Return values
self —addIntervention()
public
addIntervention(Intervention $intervention) : self
Parameters
- $intervention : Intervention
Return values
self —addMailType()
public
addMailType(MailType $mailType) : self
Parameters
- $mailType : MailType
Return values
self —addReparation()
public
addReparation(Reparation $reparation) : self
Parameters
- $reparation : Reparation
Return values
self —addSav()
public
addSav(Sav $sav) : self
Parameters
- $sav : Sav
Return values
self —addTicket()
public
addTicket(Ticket $ticket) : self
Parameters
- $ticket : Ticket
Return values
self —getColor()
public
getColor() : string|null
Return values
string|null —getCommande()
public
getCommande() : Collection
Return values
Collection —getDevis()
public
getDevis() : Collection
Return values
Collection —getEtapes()
public
getEtapes() : Collection
Return values
Collection —getId()
public
getId() : int|null
Return values
int|null —getInterventions()
public
getInterventions() : Collection
Return values
Collection —getLibelle()
public
getLibelle() : string|null
Return values
string|null —getMailTypes()
public
getMailTypes() : Collection<int, MailType>
Return values
Collection<int, MailType> —getReparations()
public
getReparations() : Collection
Return values
Collection —getSavs()
public
getSavs() : Collection
Return values
Collection —getTickets()
public
getTickets() : Collection|array<string|int, Ticket>
Return values
Collection|array<string|int, Ticket> —removeCommande()
public
removeCommande(Commande $commande) : self
Parameters
- $commande : Commande
Return values
self —removeDevis()
public
removeDevis(Devis $devis) : self
Parameters
- $devis : Devis
Return values
self —removeEtape()
public
removeEtape(Etapes $etape) : self
Parameters
- $etape : Etapes
Return values
self —removeIntervention()
public
removeIntervention(Intervention $intervention) : self
Parameters
- $intervention : Intervention
Return values
self —removeMailType()
public
removeMailType(MailType $mailType) : self
Parameters
- $mailType : MailType
Return values
self —removeReparation()
public
removeReparation(Reparation $reparation) : self
Parameters
- $reparation : Reparation
Return values
self —removeSav()
public
removeSav(Sav $sav) : self
Parameters
- $sav : Sav
Return values
self —removeTicket()
public
removeTicket(Ticket $ticket) : self
Parameters
- $ticket : Ticket
Return values
self —setColor()
public
setColor(string|null $color) : self
Parameters
- $color : string|null
Return values
self —setLibelle()
public
setLibelle(string $libelle) : self
Parameters
- $libelle : string