Particulier
extends Client
in package
Client
Tags
Table of Contents
- $civilite : string|null
- $commandes : Commande
- $cp : string
- $dateInsertion : mixed
- $devis : Devis
- $echangeClients : EchangeClient
- $id : int
- $interventions : Intervention
- $mail : string
- $nom : string
- $pays : string
- $prenom : string|null
- $reparations : Reparation
- $rue : string
- $tel2 : string|null
- $telephone : string|null
- $ville : string
- __construct() : mixed
- __toString() : string
- addCommande() : self
- addDevi() : self
- addEchangeClient() : self
- addIntervention() : self
- addReparation() : self
- formatTelephone() : string
- getAdresse() : void
- getCivilite() : string|null
- getCommandeFournisseur() : ArrayCollection
- getCommandes() : Collection
- getCp() : string|null
- getDateInsertion() : DateTimeInterface|null
- getDesignation() : string
- getDevis() : Collection
- getEchangeClients() : Collection
- getId() : int|null
- getInterventions() : Collection
- getMail() : string|null
- getNom() : string|null
- getPays() : string|null
- getPrenom() : string|null
- getReparations() : Collection
- getRue() : string|null
- getTel2() : string|null
- getTelephone() : string|null
- getType() : string
- getVille() : string|null
- hasSAV() : bool
- hasSupplierOrder() : bool
- is() : bool
- removeCommande() : self
- removeDevi() : self
- removeEchangeClient() : self
- removeIntervention() : self
- removeReparation() : self
- setCivilite() : self
- setCp() : self
- setDateInsertion() : self
- setMail() : self
- setNom() : self
- setPays() : self
- setPrenom() : self
- setRue() : self
- setTel2() : self
- setTelephone() : self
- setVille() : self
Properties
$civilite
private
string|null
$civilite
Tags
$commandes
private
Commande
$commandes
Tags
$cp
private
string
$cp
Tags
$dateInsertion
private
mixed
$dateInsertion
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
$nom
private
string
$nom
Tags
$pays
private
string
$pays
Tags
$prenom
private
string|null
$prenom
Tags
$reparations
private
Reparation
$reparations
Tags
$rue
private
string
$rue
Tags
$tel2
private
string|null
$tel2
Tags
$telephone
private
string|null
$telephone
Tags
$ville
private
string
$ville
Tags
Methods
__construct()
public
__construct([string $nom = ' ' ][, string $prenom = ' ' ][, string $mail = ' ' ][, string $telephone = ' ' ]) : mixed
Parameters
- $nom : string = ' '
- $prenom : string = ' '
- $mail : string = ' '
- $telephone : string = ' '
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 —getCivilite()
public
getCivilite() : string|null
Return values
string|null —getCommandeFournisseur()
public
getCommandeFournisseur() : ArrayCollection
Return values
ArrayCollection —getCommandes()
public
getCommandes() : Collection
Return values
Collection —getCp()
public
getCp() : string|null
Return values
string|null —getDateInsertion()
public
getDateInsertion() : DateTimeInterface|null
Return values
DateTimeInterface|null —getDesignation()
public
getDesignation() : string
Return values
string —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 —getNom()
public
getNom() : string|null
Return values
string|null —getPays()
public
getPays() : string|null
Return values
string|null —getPrenom()
public
getPrenom() : string|null
Return values
string|null —getReparations()
public
getReparations() : Collection
Return values
Collection —getRue()
public
getRue() : string|null
Return values
string|null —getTel2()
public
getTel2() : string|null
Return values
string|null —getTelephone()
public
getTelephone() : string|null
Return values
string|null —getType()
public
getType() : string
Return values
string —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 —is()
public
is(string $type) : bool
Parameters
- $type : string
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 —setCivilite()
public
setCivilite(string|null $civilite) : self
Parameters
- $civilite : string|null
Return values
self —setCp()
public
setCp(string $cp) : self
Parameters
- $cp : string
Return values
self —setDateInsertion()
public
setDateInsertion(DateTimeInterface $dateInsertion) : self
Parameters
- $dateInsertion : DateTimeInterface
Return values
self —setMail()
public
setMail(string $mail) : self
Parameters
- $mail : string
Return values
self —setNom()
public
setNom(string $nom) : self
Parameters
- $nom : string
Return values
self —setPays()
public
setPays(string $pays) : self
Parameters
- $pays : string
Return values
self —setPrenom()
public
setPrenom(string|null $prenom) : self
Parameters
- $prenom : string|null
Return values
self —setRue()
public
setRue(string $rue) : self
Parameters
- $rue : string
Return values
self —setTel2()
public
setTel2(string|null $telephone) : self
Parameters
- $telephone : string|null
Return values
self —setTelephone()
public
setTelephone(string|null $telephone) : self
Parameters
- $telephone : string|null
Return values
self —setVille()
public
setVille(string $ville) : self
Parameters
- $ville : string