Client
in package
Client
Tags
Table of Contents
- $commandes : Commande
- $cp : string
- $devis : Devis
- $echangeClients : EchangeClient
- $id : int
- $interventions : Intervention
- $mail : string
- $pays : string
- $reparations : Reparation
- $rue : string
- $ville : string
- __construct() : mixed
- __toString() : string
- addCommande() : self
- addDevi() : self
- addEchangeClient() : self
- addIntervention() : self
- addReparation() : self
- formatTelephone() : string
- getAdresse() : void
- getCommandeFournisseur() : ArrayCollection
- getCommandes() : Collection
- getCp() : string|null
- getDevis() : Collection
- getEchangeClients() : Collection
- getId() : int|null
- getInterventions() : Collection
- getMail() : string|null
- getPays() : string|null
- getReparations() : Collection
- getRue() : string|null
- getVille() : string|null
- hasSAV() : bool
- hasSupplierOrder() : bool
- removeCommande() : self
- removeDevi() : self
- removeEchangeClient() : self
- removeIntervention() : self
- removeReparation() : self
- setCp() : self
- setMail() : self
- setPays() : self
- setRue() : self
- setVille() : self
Properties
$commandes
private
Commande
$commandes
Tags
$cp
private
string
$cp
Tags
$devis
private
Devis
$devis
Tags
$echangeClients
private
EchangeClient
$echangeClients
Tags
$id
private
int
$id
Tags
$interventions
private
Intervention
$interventions
Tags
private
string
$mail
Tags
$pays
private
string
$pays
Tags
$reparations
private
Reparation
$reparations
Tags
$rue
private
string
$rue
Tags
$ville
private
string
$ville
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 —addDevi()
public
addDevi(Devis $devi) : self
Parameters
- $devi : Devis
Return values
self —addEchangeClient()
public
addEchangeClient(EchangeClient $echangeClient) : self
Parameters
- $echangeClient : EchangeClient
Return values
self —addIntervention()
public
addIntervention(Intervention $intervention) : self
Parameters
- $intervention : Intervention
Return values
self —addReparation()
public
addReparation(Reparation $reparation) : self
Parameters
- $reparation : Reparation
Return values
self —formatTelephone()
public
formatTelephone(mixed $telephone) : string
Parameters
- $telephone : mixed
Return values
string —getAdresse()
public
getAdresse() : void
Return values
void —getCommandeFournisseur()
public
getCommandeFournisseur() : ArrayCollection
Return values
ArrayCollection —getCommandes()
public
getCommandes() : Collection
Return values
Collection —getCp()
public
getCp() : string|null
Return values
string|null —getDevis()
public
getDevis() : Collection
Return values
Collection —getEchangeClients()
public
getEchangeClients() : Collection
Return values
Collection —getId()
public
getId() : int|null
Return values
int|null —getInterventions()
public
getInterventions() : Collection
Return values
Collection —getMail()
public
getMail() : string|null
Return values
string|null —getPays()
public
getPays() : string|null
Return values
string|null —getReparations()
public
getReparations() : Collection
Return values
Collection —getRue()
public
getRue() : string|null
Return values
string|null —getVille()
public
getVille() : string|null
Return values
string|null —hasSAV()
public
hasSAV() : bool
Return values
bool —hasSupplierOrder()
public
hasSupplierOrder([mixed $status = null ]) : bool
Parameters
- $status : mixed = null
Return values
bool —removeCommande()
public
removeCommande(Commande $commande) : self
Parameters
- $commande : Commande
Return values
self —removeDevi()
public
removeDevi(Devis $devi) : self
Parameters
- $devi : Devis
Return values
self —removeEchangeClient()
public
removeEchangeClient(EchangeClient $echangeClient) : self
Parameters
- $echangeClient : EchangeClient
Return values
self —removeIntervention()
public
removeIntervention(Intervention $intervention) : self
Parameters
- $intervention : Intervention
Return values
self —removeReparation()
public
removeReparation(Reparation $reparation) : self
Parameters
- $reparation : Reparation
Return values
self —setCp()
public
setCp(string $cp) : self
Parameters
- $cp : string
Return values
self —setMail()
public
setMail(string $mail) : self
Parameters
- $mail : string
Return values
self —setPays()
public
setPays(string $pays) : self
Parameters
- $pays : string
Return values
self —setRue()
public
setRue(string $rue) : self
Parameters
- $rue : string
Return values
self —setVille()
public
setVille(string $ville) : self
Parameters
- $ville : string