Documentation

Profesionnel extends Client
in package

Client

Tags
ORM\Entity

(repositoryClass=ProfesionnelRepository::class)

Table of Contents

$commandes  : Commande
$contact  : string|null
$cp  : string
$devis  : Devis
$echangeClients  : EchangeClient
$espacePro  : EspacePro|null
$heureQuotas  : HeureQuota|Collection
$id  : int
$image  : string|null
$interventions  : Intervention
$mail  : string
$mail_2  : string|null
$pays  : string
$quota  : float|null
$raison_social  : string|null
$reparations  : Reparation
$rue  : string
$SIRET  : string|null
$souscriptions  : Souscription|Collection
$tel_1  : string|null
$tel_2  : string|null
$ville  : string
__construct()  : mixed
__toString()  : mixed
addCommande()  : self
addDevi()  : self
addEchangeClient()  : self
addHeureQuota()  : self
addIntervention()  : self
addReparation()  : self
addSouscription()  : self
formatTelephone()  : string
getActiveSouscriptions()  : ArrayCollection
getAdresse()  : void
getCommandeFournisseur()  : ArrayCollection
getCommandes()  : Collection
getContact()  : string|null
getCp()  : string|null
getDesignation()  : string|null
getDevis()  : Collection
getEchangeClients()  : Collection
getEspacePro()  : EspacePro|null
getHeureQuotaNoAssign()  : ArrayCollection
getHeureQuotas()  : Collection<int, HeureQuota>
getHeureRemaining()  : int
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
hasActiveSouscription()  : bool
hasSAV()  : bool
hasSouscription()  : bool
hasSupplierOrder()  : bool
is()  : bool
quotaSubstract()  : static
removeCommande()  : self
removeDevi()  : self
removeEchangeClient()  : self
removeHeureQuota()  : 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 Commande $commandes
Tags
ORM\OneToMany

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

$contact

private string|null $contact
Tags
ORM\Column

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

$cp

private string $cp
Tags
ORM\Column

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

$devis

private Devis $devis
Tags
ORM\OneToMany

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

$echangeClients

private EchangeClient $echangeClients
Tags
ORM\OneToMany

(targetEntity=EchangeClient::class, mappedBy="client",cascade={"remove"})

$espacePro

private EspacePro|null $espacePro
Tags
ORM\OneToOne

(targetEntity=EspacePro::class, mappedBy="client", cascade={"persist", "remove"})

$heureQuotas

private HeureQuota|Collection $heureQuotas
Tags
ORM\OneToMany

(targetEntity=HeureQuota::class, mappedBy="client", cascade={"persist", "remove"})

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$image

private string|null $image
Tags
ORM\Column

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

$interventions

private Intervention $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)

$mail_2

private string|null $mail_2
Tags
ORM\Column

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

$pays

private string $pays
Tags
ORM\Column

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

$quota

private float|null $quota
Tags
ORM\Column

(type="float")

$raison_social

private string|null $raison_social
Tags
ORM\Column

(type="string", length=255)

$reparations

private Reparation $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)

$SIRET

private string|null $SIRET
Tags
ORM\Column

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

$souscriptions

private Souscription|Collection $souscriptions
Tags
ORM\OneToMany

(targetEntity=Souscription::class, mappedBy="profesionnel")

$tel_1

private string|null $tel_1
Tags
ORM\Column

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

$tel_2

private string|null $tel_2
Tags
ORM\Column

(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

formatTelephone()

public formatTelephone(mixed $telephone) : string
Parameters
$telephone : mixed
Return values
string

getActiveSouscriptions()

public getActiveSouscriptions() : ArrayCollection
Return values
ArrayCollection

getAdresse()

public getAdresse() : void
Return values
void

getCommandeFournisseur()

public getCommandeFournisseur() : ArrayCollection
Return values
ArrayCollection

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() : string|null
Return values
string|null

getDevis()

public getDevis() : Collection
Return values
Collection

getEchangeClients()

public getEchangeClients() : Collection
Return values
Collection

getHeureQuotaNoAssign()

public getHeureQuotaNoAssign() : ArrayCollection
Return values
ArrayCollection

getHeureRemaining()

public getHeureRemaining() : int
Return values
int

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

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

hasActiveSouscription()

public hasActiveSouscription() : bool
Return values
bool

hasSAV()

public hasSAV() : bool
Return values
bool

hasSouscription()

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

quotaSubstract()

public quotaSubstract(float $value) : static
Parameters
$value : float
Return values
static

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

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

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

setTel2()

public setTel2(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