Documentation

Information
in package

Tags
ORM\Entity

(repositoryClass=InformationRepository::class)

Table of Contents

$date  : DateTime
$id  : int|null
$information  : string|null
$sav  : Sav
$technicien  : Technicien
__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 DateTime $date
Tags
ORM\Column

(type="datetime")

$id

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

(type="integer")

$information

private string|null $information
Tags
ORM\Column

(type="text")

$sav

private Sav $sav
Tags
ORM\ManyToOne

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

$technicien

private Technicien $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