Documentation

Status
in package

Tags
ORM\Entity

(repositoryClass=StatusRepository::class)

Table of Contents

$color  : mixed
$commande  : mixed
$devis  : mixed
$etapes  : mixed
$id  : mixed
$interventions  : mixed
$libelle  : mixed
$mailTypes  : mixed
$reparations  : mixed
$savs  : mixed
$tickets  : mixed
__construct()  : mixed
__toString()  : mixed
addCommande()  : self
addDevis()  : self
addEtape()  : self
addIntervention()  : self
addMailType()  : self
addReparation()  : self
addSav()  : self
addTicket()  : self
getColor()  : string|null
getCommande()  : Collection
getDevis()  : Collection
getEtapes()  : Collection
getId()  : int|null
getInterventions()  : Collection
getLibelle()  : string|null
getMailTypes()  : Collection<int, MailType>
getReparations()  : Collection
getSavs()  : Collection
getTickets()  : Collection|array<string|int, Ticket>
removeCommande()  : self
removeDevis()  : self
removeEtape()  : self
removeIntervention()  : self
removeMailType()  : self
removeReparation()  : self
removeSav()  : self
removeTicket()  : self
setColor()  : self
setLibelle()  : self

Properties

$color

private mixed $color
Tags
ORM\Column

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

$commande

private mixed $commande
Tags
ORM\OneToMany

(targetEntity=Commande::class, mappedBy="status")

$devis

private mixed $devis
Tags
ORM\OneToMany

(targetEntity=Devis::class, mappedBy="status")

$etapes

private mixed $etapes
Tags
ORM\OneToMany

(targetEntity=Etapes::class, mappedBy="status")

$id

private mixed $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

(type="integer")

$interventions

private mixed $interventions
Tags
ORM\OneToMany

(targetEntity=Intervention::class, mappedBy="status")

$libelle

private mixed $libelle
Tags
ORM\Column

(type="string", length=255)

$mailTypes

private mixed $mailTypes
Tags
ORM\OneToMany

(targetEntity=MailType::class, mappedBy="confirmMailStatus")

$reparations

private mixed $reparations
Tags
ORM\OneToMany

(targetEntity=Reparation::class, mappedBy="status")

$savs

private mixed $savs
Tags
ORM\OneToMany

(targetEntity=Sav::class, mappedBy="resultat")

$tickets

private mixed $tickets
Tags
ORM\OneToMany

(targetEntity=Ticket::class, mappedBy="status")

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

addDevis()

public addDevis(Devis $devis) : self
Parameters
$devis : Devis
Return values
self

addEtape()

public addEtape(Etapes $etape) : self
Parameters
$etape : Etapes
Return values
self

addMailType()

public addMailType(MailType $mailType) : self
Parameters
$mailType : MailType
Return values
self

addSav()

public addSav(Sav $sav) : self
Parameters
$sav : Sav
Return values
self

addTicket()

public addTicket(Ticket $ticket) : self
Parameters
$ticket : Ticket
Return values
self

getColor()

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

getCommande()

public getCommande() : Collection
Return values
Collection

getDevis()

public getDevis() : Collection
Return values
Collection

getEtapes()

public getEtapes() : Collection
Return values
Collection

getId()

public getId() : int|null
Return values
int|null

getInterventions()

public getInterventions() : Collection
Return values
Collection

getLibelle()

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

getReparations()

public getReparations() : Collection
Return values
Collection

getSavs()

public getSavs() : Collection
Return values
Collection

getTickets()

public getTickets() : Collection|array<string|int, Ticket>
Return values
Collection|array<string|int, Ticket>

removeCommande()

public removeCommande(Commande $commande) : self
Parameters
$commande : Commande
Return values
self

removeDevis()

public removeDevis(Devis $devis) : self
Parameters
$devis : Devis
Return values
self

removeEtape()

public removeEtape(Etapes $etape) : self
Parameters
$etape : Etapes
Return values
self

removeMailType()

public removeMailType(MailType $mailType) : self
Parameters
$mailType : MailType
Return values
self

removeReparation()

public removeReparation(Reparation $reparation) : self
Parameters
$reparation : Reparation
Return values
self

removeSav()

public removeSav(Sav $sav) : self
Parameters
$sav : Sav
Return values
self

removeTicket()

public removeTicket(Ticket $ticket) : self
Parameters
$ticket : Ticket
Return values
self

setColor()

public setColor(string|null $color) : self
Parameters
$color : string|null
Return values
self

setLibelle()

public setLibelle(string $libelle) : self
Parameters
$libelle : string
Return values
self

Search results