Documentation

Information
in package

Tags
ORM\Entity

(repositoryClass=InformationRepository::class)

Table of Contents

$date  : mixed
$id  : mixed
$information  : mixed
$sav  : mixed
$technicien  : mixed
__construct()  : mixed
__toString()  : string
getDate()  : DateTimeInterface|null
getFormattedDate()  : string
getId()  : int|null
getInformation()  : string|null
getSav()  : Sav|null
getTechnicien()  : Technicien|null
setDate()  : self
setInformation()  : self
setSav()  : self
setTechnicien()  : self

Properties

$date

private mixed $date
Tags
ORM\Column

(type="datetime")

$id

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

(type="integer")

$information

private mixed $information
Tags
ORM\Column

(type="text")

$sav

private mixed $sav
Tags
ORM\ManyToOne

(targetEntity=Sav::class, inversedBy="informations")

$technicien

private mixed $technicien
Tags
ORM\ManyToOne

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

Methods

__construct()

public __construct([mixed $tech = null ][, mixed $sav = null ]) : mixed
Parameters
$tech : mixed = null
$sav : mixed = null
Return values
mixed

__toString()

public __toString() : string
Return values
string

getDate()

public getDate() : DateTimeInterface|null
Return values
DateTimeInterface|null

getFormattedDate()

public getFormattedDate([mixed $date = null ]) : string
Parameters
$date : mixed = null
Return values
string

getId()

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

getInformation()

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

setDate()

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

setInformation()

public setInformation(string $information) : self
Parameters
$information : string
Return values
self

setSav()

public setSav(Sav|null $sav) : self
Parameters
$sav : Sav|null
Return values
self

Search results