Documentation

Etapes
in package

Tags
ORM\Entity

(repositoryClass="App\Repository\EtapesRepository", repositoryClass=EtapesRepository::class)

Table of Contents

$commande  : Commande|null
$date  : DateTime
$devis  : Devis|Collection
$id  : int|null
$intervention  : Intervention|null
$reparation  : Reparation|null
$status  : Status
$technicien  : Technicien|null
__construct()  : mixed
__toString()  : mixed
addDevi()  : self
getCommande()  : Commande|null
getDate()  : DateTime
getDevis()  : Collection
getFormattedDate()  : string
getId()  : int|null
getIntervention()  : Intervention|null
getReference()  : Intervention|Collection|Reparation|Commande|null
getReferenceType()  : string
getReparation()  : Reparation|null
getStatus()  : Status|null
getTechnicien()  : User|null
removeDevi()  : self
removeStatus()  : self
setCommande()  : self
setDate()  : self
setIntervention()  : self
setReparation()  : self
setStatus()  : self
setTechnicien()  : self

Properties

$commande

private Commande|null $commande
Tags
ORM\ManyToOne

(targetEntity=Commande::class, inversedBy="etapes")

$date

private DateTime $date
Tags
ORM\Column

(type="datetime")

$devis

private Devis|Collection $devis
Tags
ORM\ManyToMany

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

$id

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

(type="integer")

$intervention

private Intervention|null $intervention
Tags
ORM\ManyToOne

(targetEntity=Intervention::class, inversedBy="etapes")

$reparation

private Reparation|null $reparation
Tags
ORM\ManyToOne

(targetEntity=Reparation::class, inversedBy="etapes")

$status

private Status $status
Tags
ORM\ManyToOne

(targetEntity=Status::class, inversedBy="etapes")

$technicien

private Technicien|null $technicien
Tags
ORM\ManyToOne

(targetEntity=Technicien::class, inversedBy="etapes")

Methods

__construct()

public __construct([mixed $status = null ][, mixed $technicien = null ]) : mixed
Parameters
$status : mixed = null
$technicien : mixed = null
Return values
mixed

__toString()

public __toString() : mixed
Return values
mixed

addDevi()

public addDevi(Devis $devi) : self
Parameters
$devi : Devis
Return values
self

getDate()

public getDate() : DateTime
Return values
DateTime

getDevis()

public getDevis() : Collection
Return values
Collection

getFormattedDate()

public getFormattedDate([mixed $format = '' ]) : string
Parameters
$format : mixed = ''
Return values
string

getId()

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

getReferenceType()

public getReferenceType() : string
Return values
string

getTechnicien()

public getTechnicien() : User|null
Return values
User|null

removeDevi()

public removeDevi(Devis $devi) : self
Parameters
$devi : Devis
Return values
self

removeStatus()

public removeStatus(Status $status) : self
Parameters
$status : Status
Return values
self

setCommande()

public setCommande(Commande|null $commande) : self
Parameters
$commande : Commande|null
Return values
self

setDate()

public setDate(DateTimeInterface $date) : self
Parameters
$date : DateTimeInterface
Return values
self

setReparation()

public setReparation(Reparation|null $reparation) : self
Parameters
$reparation : Reparation|null
Return values
self

setStatus()

public setStatus(Status|null $status) : self
Parameters
$status : Status|null
Return values
self

setTechnicien()

public setTechnicien(User|null $technicien) : self
Parameters
$technicien : User|null
Return values
self

Search results