Documentation

Diagnostic
in package

Tags
ORM\Entity

(repositoryClass=DiagnosticRepository::class)

Table of Contents

$adw  : mixed
$dateUpdate  : mixed
$glary  : mixed
$HDD1  : mixed
$HDD2  : mixed
$HDD3  : mixed
$id  : mixed
$mbm  : mixed
$obs1  : mixed
$obs2  : mixed
$occtCpu  : mixed
$occtGpu  : mixed
$passmark  : mixed
$RAM  : mixed
$reparation  : mixed
$SDD2  : mixed
$SSD1  : mixed
$tdMark  : mixed
$technicien  : mixed
$temp_preftech  : mixed
__construct()  : mixed
getAdw()  : string|null
getDateUpdate()  : mixed
getGlary()  : string|null
getHDD1()  : mixed
getHDD2()  : mixed
getHDD3()  : mixed
getId()  : int|null
getMbm()  : string|null
getObs1()  : string|null
getObs2()  : string|null
getOcctCpu()  : mixed
getOcctGpu()  : mixed
getPassmark()  : string|null
getRAM()  : mixed
getReparation()  : Reparation|null
getSSD1()  : mixed
getSSD2()  : mixed
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 mixed $adw
Tags
ORM\Column

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

$dateUpdate

private mixed $dateUpdate
Tags
ORM\Column

(type="datetime",nullable=true)

$glary

private mixed $glary
Tags
ORM\Column

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

$HDD1

private mixed $HDD1
Tags
ORM\Column

(type="object", nullable=true)

$HDD2

private mixed $HDD2
Tags
ORM\Column

(type="object", nullable=true)

$HDD3

private mixed $HDD3
Tags
ORM\Column

(type="object", nullable=true)

$id

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

(type="integer")

$mbm

private mixed $mbm
Tags
ORM\Column

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

$obs1

private mixed $obs1
Tags
ORM\Column

(type="text", nullable=true)

$obs2

private mixed $obs2
Tags
ORM\Column

(type="text", nullable=true)

$occtCpu

private mixed $occtCpu
Tags
ORM\Column

(type="object", nullable=true)

$occtGpu

private mixed $occtGpu
Tags
ORM\Column

(type="object", nullable=true)

$passmark

private mixed $passmark
Tags
ORM\Column

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

$RAM

private mixed $RAM
Tags
ORM\Column

(type="object")

$reparation

private mixed $reparation
Tags
ORM\OneToOne

(targetEntity=Reparation::class)

$SDD2

private mixed $SDD2
Tags
ORM\Column

(type="object", nullable=true)

$SSD1

private mixed $SSD1
Tags
ORM\Column

(type="object", nullable=true)

$tdMark

private mixed $tdMark
Tags
ORM\Column

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

$technicien

private mixed $technicien
Tags
ORM\ManyToOne

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

ORM\JoinColumn

(nullable=true)

$temp_preftech

private mixed $temp_preftech
Tags
ORM\Column

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

Methods

__construct()

public __construct() : mixed
Return values
mixed

getAdw()

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

getDateUpdate()

public getDateUpdate() : mixed
Return values
mixed

getGlary()

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

getHDD1()

public getHDD1() : mixed
Return values
mixed

getHDD2()

public getHDD2() : mixed
Return values
mixed

getHDD3()

public getHDD3() : mixed
Return values
mixed

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

getOcctGpu()

public getOcctGpu() : mixed
Return values
mixed

getPassmark()

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

getRAM()

public getRAM() : mixed
Return values
mixed

getSSD1()

public getSSD1() : mixed
Return values
mixed

getSSD2()

public getSSD2() : mixed
Return values
mixed

getTdMark()

public getTdMark() : string|null
Return values
string|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

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
Return values
self

Search results