Diagnostic
in package
Tags
Table of Contents
- $adw : string|null
- $dateUpdate : DateTime
- $glary : string|null
- $HDD1 : object
- $HDD2 : object
- $HDD3 : object
- $id : int|null
- $mbm : string|null
- $obs1 : string|null
- $obs2 : string|null
- $occtCpu : object
- $occtGpu : object
- $passmark : string|null
- $RAM : object
- $reparation : Reparation|null
- $SDD2 : object
- $SSD1 : object
- $tdMark : string|null
- $technicien : Technicien|null
- $temp_preftech : string|null
- __construct() : mixed
- getAdw() : string|null
- getDateUpdate() : string
- getGlary() : string|null
- getHDD1() : object
- getHDD2() : object
- getHDD3() : object
- getId() : int|null
- getMbm() : string|null
- getObs1() : string|null
- getObs2() : string|null
- getOcctCpu() : object
- getOcctGpu() : object
- getPassmark() : string|null
- getRAM() : RAM
- getReparation() : Reparation|null
- getSSD1() : object
- getSSD2() : object
- getTdMark() : string|null
- getTechnicien() : User|null
- getTempPreftech() : string|null
- hasReparation() : bool
- setAdw() : self
- setDateUpdate() : self
- setGlary() : self
- setHDD1() : self
- setHDD2() : self
- setHDD3() : self
- setMbm() : self
- setObs1() : self
- setObs2() : self
- setOcctCpu() : self
- setOcctGpu() : self
- setPassmark() : self
- setRAM() : self
- setReparation() : self
- setSSD1() : self
- setSSD2() : self
- setTdMark() : self
- setTechnicien() : self
- setTempPreftech() : self
Properties
$adw
private
string|null
$adw
Tags
$dateUpdate
private
DateTime
$dateUpdate
Tags
$glary
private
string|null
$glary
Tags
$HDD1
private
object
$HDD1
Tags
$HDD2
private
object
$HDD2
Tags
$HDD3
private
object
$HDD3
Tags
$id
private
int|null
$id
Tags
$mbm
private
string|null
$mbm
Tags
$obs1
private
string|null
$obs1
Tags
$obs2
private
string|null
$obs2
Tags
$occtCpu
private
object
$occtCpu
Tags
$occtGpu
private
object
$occtGpu
Tags
$passmark
private
string|null
$passmark
Tags
$RAM
private
object
$RAM
Tags
$reparation
private
Reparation|null
$reparation
Tags
$SDD2
private
object
$SDD2
Tags
$SSD1
private
object
$SSD1
Tags
$tdMark
private
string|null
$tdMark
Tags
$technicien
private
Technicien|null
$technicien
Tags
$temp_preftech
private
string|null
$temp_preftech
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —getAdw()
public
getAdw() : string|null
Return values
string|null —getDateUpdate()
public
getDateUpdate() : string
Return values
string —getGlary()
public
getGlary() : string|null
Return values
string|null —getHDD1()
public
getHDD1() : object
Return values
object —getHDD2()
public
getHDD2() : object
Return values
object —getHDD3()
public
getHDD3() : object
Return values
object —getId()
public
getId() : int|null
Return values
int|null —getMbm()
public
getMbm() : string|null
Return values
string|null —getObs1()
public
getObs1() : string|null
Return values
string|null —getObs2()
public
getObs2() : string|null
Return values
string|null —getOcctCpu()
public
getOcctCpu() : object
Return values
object —getOcctGpu()
public
getOcctGpu() : object
Return values
object —getPassmark()
public
getPassmark() : string|null
Return values
string|null —getRAM()
public
getRAM() : RAM
Return values
RAM —getReparation()
public
getReparation() : Reparation|null
Return values
Reparation|null —getSSD1()
public
getSSD1() : object
Return values
object —getSSD2()
public
getSSD2() : object
Return values
object —getTdMark()
public
getTdMark() : string|null
Return values
string|null —getTechnicien()
public
getTechnicien() : User|null
Return values
User|null —getTempPreftech()
public
getTempPreftech() : string|null
Return values
string|null —hasReparation()
public
hasReparation() : bool
Return values
bool —setAdw()
public
setAdw(string|null $adw) : self
Parameters
- $adw : string|null
Return values
self —setDateUpdate()
public
setDateUpdate(DateTimeInterface $dateUpdate) : self
Parameters
- $dateUpdate : DateTimeInterface
Return values
self —setGlary()
public
setGlary(string|null $glary) : self
Parameters
- $glary : string|null
Return values
self —setHDD1()
public
setHDD1(mixed $HDD1) : self
Parameters
- $HDD1 : mixed
Return values
self —setHDD2()
public
setHDD2(mixed $HDD2) : self
Parameters
- $HDD2 : mixed
Return values
self —setHDD3()
public
setHDD3(mixed $HDD3) : self
Parameters
- $HDD3 : mixed
Return values
self —setMbm()
public
setMbm(string|null $mbm) : self
Parameters
- $mbm : string|null
Return values
self —setObs1()
public
setObs1(string|null $obs1) : self
Parameters
- $obs1 : string|null
Return values
self —setObs2()
public
setObs2(string|null $obs2) : self
Parameters
- $obs2 : string|null
Return values
self —setOcctCpu()
public
setOcctCpu(mixed $occtCpu) : self
Parameters
- $occtCpu : mixed
Return values
self —setOcctGpu()
public
setOcctGpu(mixed $occtGpu) : self
Parameters
- $occtGpu : mixed
Return values
self —setPassmark()
public
setPassmark(string|null $passmark) : self
Parameters
- $passmark : string|null
Return values
self —setRAM()
public
setRAM(mixed $RAM) : self
Parameters
- $RAM : mixed
Return values
self —setReparation()
public
setReparation(Reparation|null $reparation) : self
Parameters
- $reparation : Reparation|null
Return values
self —setSSD1()
public
setSSD1(mixed $SSD1) : self
Parameters
- $SSD1 : mixed
Return values
self —setSSD2()
public
setSSD2(mixed $SDD2) : self
Parameters
- $SDD2 : mixed
Return values
self —setTdMark()
public
setTdMark(string|null $tdMark) : self
Parameters
- $tdMark : string|null
Return values
self —setTechnicien()
public
setTechnicien(User|null $technicien) : self
Parameters
- $technicien : User|null
Return values
self —setTempPreftech()
public
setTempPreftech(string|null $temp_preftech) : self
Parameters
- $temp_preftech : string|null