Profesionnel
extends Client
in package
Client
Tags
Table of Contents
- $commandes : mixed
- $contact : mixed
- $cp : string
- $devis : mixed
- $echangeClients : mixed
- $espacePro : mixed
- $id : int
- $image : mixed
- $interventions : mixed
- $mail : string
- $mail_2 : mixed
- $pays : string
- $quota : mixed
- $raison_social : mixed
- $reparations : mixed
- $rue : string
- $SIRET : mixed
- $souscriptions : mixed
- $tel_1 : mixed
- $tel_2 : mixed
- $ville : string
- __construct() : mixed
- __toString() : mixed
- addCommande() : self
- addDevi() : self
- addEchangeClient() : self
- addIntervention() : self
- addReparation() : self
- addSouscription() : self
- getAdresse() : mixed
- getCommandeFournisseur() : mixed
- getCommandes() : Collection
- getContact() : string|null
- getCp() : string|null
- getDesignation() : mixed
- getDevis() : Collection
- getEchangeClients() : Collection
- getEspacePro() : EspacePro|null
- getId() : int|null
- getImage() : string|null
- getInterventions() : Collection
- getMail() : string|null
- getMail2() : string|null
- getPays() : string|null
- getQuota() : float|null
- getRaisonSocial() : string|null
- getReparations() : Collection
- getRue() : string|null
- getSIRET() : string|null
- getSouscriptions() : Collection<int, Souscription>
- getTel1() : string|null
- getTel2() : string|null
- getTelephone() : string|null
- getType() : mixed
- getVille() : string|null
- hasSAV() : mixed
- hasSupplierOrder() : mixed
- removeCommande() : self
- removeDevi() : self
- removeEchangeClient() : self
- removeIntervention() : self
- removeReparation() : self
- removeSouscription() : self
- setContact() : self
- setCp() : self
- setEspacePro() : self
- setImage() : self
- setMail() : self
- setMail2() : self
- setPays() : self
- setQuota() : self
- setRaisonSocial() : self
- setRue() : self
- setSIRET() : self
- setTel1() : self
- setTel2() : self
- setVille() : self
Properties
$commandes
private
mixed
$commandes
Tags
$contact
private
mixed
$contact
Tags
$cp
private
string
$cp
Tags
$devis
private
mixed
$devis
Tags
$echangeClients
private
mixed
$echangeClients
Tags
$espacePro
private
mixed
$espacePro
Tags
$id
private
int
$id
Tags
$image
private
mixed
$image
Tags
$interventions
private
mixed
$interventions
Tags
private
string
$mail
Tags
$mail_2
private
mixed
$mail_2
Tags
$pays
private
string
$pays
Tags
$quota
private
mixed
$quota
Tags
$raison_social
private
mixed
$raison_social
Tags
$reparations
private
mixed
$reparations
Tags
$rue
private
string
$rue
Tags
$SIRET
private
mixed
$SIRET
Tags
$souscriptions
private
mixed
$souscriptions
Tags
$tel_1
private
mixed
$tel_1
Tags
$tel_2
private
mixed
$tel_2
Tags
$ville
private
string
$ville
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 —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 —addSouscription()
public
addSouscription(Souscription $souscription) : self
Parameters
- $souscription : Souscription
Return values
self —getAdresse()
public
getAdresse() : mixed
Return values
mixed —getCommandeFournisseur()
public
getCommandeFournisseur() : mixed
Return values
mixed —getCommandes()
public
getCommandes() : Collection
Return values
Collection —getContact()
public
getContact() : string|null
Return values
string|null —getCp()
public
getCp() : string|null
Return values
string|null —getDesignation()
public
getDesignation() : mixed
Return values
mixed —getDevis()
public
getDevis() : Collection
Return values
Collection —getEchangeClients()
public
getEchangeClients() : Collection
Return values
Collection —getEspacePro()
public
getEspacePro() : EspacePro|null
Return values
EspacePro|null —getId()
public
getId() : int|null
Return values
int|null —getImage()
public
getImage() : string|null
Return values
string|null —getInterventions()
public
getInterventions() : Collection
Return values
Collection —getMail()
public
getMail() : string|null
Return values
string|null —getMail2()
public
getMail2() : string|null
Return values
string|null —getPays()
public
getPays() : string|null
Return values
string|null —getQuota()
public
getQuota() : float|null
Return values
float|null —getRaisonSocial()
public
getRaisonSocial() : string|null
Return values
string|null —getReparations()
public
getReparations() : Collection
Return values
Collection —getRue()
public
getRue() : string|null
Return values
string|null —getSIRET()
public
getSIRET() : string|null
Return values
string|null —getSouscriptions()
public
getSouscriptions() : Collection<int, Souscription>
Return values
Collection<int, Souscription> —getTel1()
public
getTel1() : 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() : mixed
Return values
mixed —getVille()
public
getVille() : string|null
Return values
string|null —hasSAV()
public
hasSAV() : mixed
Return values
mixed —hasSupplierOrder()
public
hasSupplierOrder([mixed $status = null ]) : mixed
Parameters
- $status : mixed = null
Return values
mixed —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 —removeSouscription()
public
removeSouscription(Souscription $souscription) : self
Parameters
- $souscription : Souscription
Return values
self —setContact()
public
setContact(string|null $contact) : self
Parameters
- $contact : string|null
Return values
self —setCp()
public
setCp(string $cp) : self
Parameters
- $cp : string
Return values
self —setEspacePro()
public
setEspacePro(EspacePro $espacePro) : self
Parameters
- $espacePro : EspacePro
Return values
self —setImage()
public
setImage(string|null $image) : self
Parameters
- $image : string|null
Return values
self —setMail()
public
setMail(string $mail) : self
Parameters
- $mail : string
Return values
self —setMail2()
public
setMail2(string|null $mail_2) : self
Parameters
- $mail_2 : string|null
Return values
self —setPays()
public
setPays(string $pays) : self
Parameters
- $pays : string
Return values
self —setQuota()
public
setQuota(float $quota) : self
Parameters
- $quota : float
Return values
self —setRaisonSocial()
public
setRaisonSocial(string $raison_social) : self
Parameters
- $raison_social : string
Return values
self —setRue()
public
setRue(string $rue) : self
Parameters
- $rue : string
Return values
self —setSIRET()
public
setSIRET(string|null $SIRET) : self
Parameters
- $SIRET : string|null
Return values
self —setTel1()
public
setTel1(string|null $tel_1) : self
Parameters
- $tel_1 : string|null
Return values
self —setTel2()
public
setTel2(string|null $tel_2) : self
Parameters
- $tel_2 : string|null
Return values
self —setVille()
public
setVille(string $ville) : self
Parameters
- $ville : string