Documentation

Particulier extends Client
in package

Client

Tags
ORM\Entity

(repositoryClass=ParticulierRepository::class)

Table of Contents

$civilite  : string|null
$commandes  : mixed
$cp  : string
$devis  : mixed
$echangeClients  : mixed
$id  : int
$interventions  : mixed
$mail  : string
$nom  : string
$pays  : string
$prenom  : string
$reparations  : mixed
$rue  : string
$tel2  : mixed
$telephone  : string|null
$ville  : string
__construct()  : mixed
__toString()  : mixed
addCommande()  : self
addDevi()  : self
addEchangeClient()  : self
addIntervention()  : self
addReparation()  : self
getAdresse()  : mixed
getCivilite()  : string|null
getCommandeFournisseur()  : mixed
getCommandes()  : Collection
getCp()  : string|null
getDesignation()  : mixed
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()  : mixed
getVille()  : string|null
hasSAV()  : mixed
hasSupplierOrder()  : mixed
removeCommande()  : self
removeDevi()  : self
removeEchangeClient()  : self
removeIntervention()  : self
removeReparation()  : self
setCivilite()  : self
setCp()  : self
setMail()  : self
setNom()  : self
setPays()  : self
setPrenom()  : self
setRue()  : self
setTel2()  : self
setTelephone()  : self
setVille()  : self

Properties

$civilite

private string|null $civilite
Tags
ORM\Column

(name="civilite", type="string", length=255, nullable=true)

$commandes

private mixed $commandes
Tags
ORM\OneToMany

(targetEntity=Commande::class, mappedBy="client", orphanRemoval=true)

$cp

private string $cp
Tags
ORM\Column

(name="cp", type="string", length=5, nullable=true)

$devis

private mixed $devis
Tags
ORM\OneToMany

(targetEntity=Devis::class, mappedBy="client", orphanRemoval=true)

$echangeClients

private mixed $echangeClients
Tags
ORM\OneToMany

(targetEntity=EchangeClient::class, mappedBy="client")

$id

private int $id
Tags
ORM\Column

(name="id", type="integer", nullable=false)

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$interventions

private mixed $interventions
Tags
ORM\OneToMany

(targetEntity=Intervention::class, mappedBy="client", orphanRemoval=true)

$mail

private string $mail
Tags
ORM\Column

(name="mail", type="string", length=255, nullable=false)

$nom

private string $nom
Tags
ORM\Column

(name="nom", type="string", length=255, nullable=false)

$pays

private string $pays
Tags
ORM\Column

(name="pays", type="string", length=255, nullable=true)

$prenom

private string $prenom
Tags
ORM\Column

(name="prenom", type="string", length=255, nullable=true)

$reparations

private mixed $reparations
Tags
ORM\OneToMany

(targetEntity=Reparation::class, mappedBy="client", orphanRemoval=true)

$rue

private string $rue
Tags
ORM\Column

(name="rue", type="string", length=255, nullable=true)

$tel2

private mixed $tel2
Tags
ORM\Column

(type="string", length=20, nullable=true)

$telephone

private string|null $telephone
Tags
ORM\Column

(name="telephone", type="string", length=20, nullable=true)

$ville

private string $ville
Tags
ORM\Column

(name="ville", type="string", length=255, nullable=true)

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

getAdresse()

public getAdresse() : mixed
Return values
mixed

getCivilite()

public getCivilite() : string|null
Return values
string|null

getCommandeFournisseur()

public getCommandeFournisseur() : mixed
Return values
mixed

getCommandes()

public getCommandes() : Collection
Return values
Collection

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

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() : 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

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

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 $prenom) : self
Parameters
$prenom : string
Return values
self

setRue()

public setRue(string $rue) : self
Parameters
$rue : string
Return values
self

setTel2()

public setTel2(string|null $tel2) : self
Parameters
$tel2 : 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
Return values
self

Search results