Documentation

Status
in package

Tags
ORM\Entity

(repositoryClass=StatusRepository::class)

Table of Contents

$color  : string|null
$commande  : Commande|Collection
$demandeStages  : mixed
$devis  : Devis|Collection
$etapes  : Etapes|Collection
$id  : int|null
$interventions  : Intervention|Collection
$libelle  : string|null
$mailTypes  : MailType|Collection
$reparations  : Reparation|Collection
$savs  : Sav|Collection
$tickets  : Ticket|Collection
__construct()  : mixed
__toString()  : mixed
addCommande()  : self
addDemandeStage()  : self
addDevis()  : self
addEtape()  : self
addIntervention()  : self
addMailType()  : self
addReparation()  : self
addSav()  : self
addTicket()  : self
getColor()  : string|null
getCommande()  : Collection
getCommandeFournisseur()  : ArrayCollection
getDemandeStages()  : Collection<int, DemandeStage>
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
removeDemandeStage()  : self
removeDevis()  : self
removeEtape()  : self
removeIntervention()  : self
removeMailType()  : self
removeReparation()  : self
removeSav()  : self
removeTicket()  : self
setColor()  : self
setLibelle()  : self

Properties

$color

private string|null $color
Tags
ORM\Column

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

$commande

private Commande|Collection $commande
Tags
ORM\OneToMany

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

$demandeStages

private mixed $demandeStages
Tags
ORM\OneToMany

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

$devis

private Devis|Collection $devis
Tags
ORM\OneToMany

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

$etapes

private Etapes|Collection $etapes
Tags
ORM\OneToMany

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

$id

private int|null $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

(type="integer")

$interventions

private Intervention|Collection $interventions
Tags
ORM\OneToMany

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

$libelle

private string|null $libelle
Tags
ORM\Column

(type="string", length=255)

$mailTypes

private MailType|Collection $mailTypes
Tags
ORM\OneToMany

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

$reparations

private Reparation|Collection $reparations
Tags
ORM\OneToMany

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

$savs

private Sav|Collection $savs
Tags
ORM\OneToMany

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

$tickets

private Ticket|Collection $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

getCommandeFournisseur()

public getCommandeFournisseur() : ArrayCollection
Return values
ArrayCollection

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