Documentation

Etapes
in package

Tags
ORM\Entity

(repositoryClass=EtapesRepository::class)

Table of Contents

$commande  : mixed
$date  : mixed
$devis  : mixed
$id  : mixed
$intervention  : mixed
$reparation  : mixed
$status  : mixed
$technicien  : mixed
__construct()  : mixed
__toString()  : mixed
addDevi()  : self
getCommande()  : Commande|null
getDate()  : mixed
getDevis()  : Collection
getFormattedDate()  : mixed
getId()  : int|null
getIntervention()  : Intervention|null
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 mixed $commande
Tags
ORM\ManyToOne

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

$date

private mixed $date
Tags
ORM\Column

(type="datetime")

$devis

private mixed $devis
Tags
ORM\ManyToMany

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

$id

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

(type="integer")

$intervention

private mixed $intervention
Tags
ORM\ManyToOne

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

$reparation

private mixed $reparation
Tags
ORM\ManyToOne

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

$status

private mixed $status
Tags
ORM\ManyToOne

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

$technicien

private mixed $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() : mixed
Return values
mixed

getDevis()

public getDevis() : Collection
Return values
Collection

getFormattedDate()

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

getId()

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

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