Documentation

HistoriqueStock
in package

Tags
ORM\Entity

(repositoryClass=HistoriqueStockRepository::class)

Table of Contents

$article  : mixed
$date  : mixed
$id  : mixed
$modification  : mixed
$quantite  : mixed
$user  : mixed
getArticle()  : mixed
getDate()  : string|null
getId()  : int|null
getModification()  : string|null
getQuantite()  : int|null
getUser()  : User|null
setArticle()  : self
setDate()  : self
setModification()  : self
setQuantite()  : self
setUser()  : self

Properties

$id

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

(type="integer")

$modification

private mixed $modification
Tags
ORM\Column

(type="string", length=255)

$user

private mixed $user
Tags
ORM\ManyToOne

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

Methods

getDate()

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

getModification()

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

getQuantite()

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

setArticle()

public setArticle(mixed $article) : self
Parameters
$article : mixed
Return values
self

setDate()

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

setModification()

public setModification(string $modification) : self
Parameters
$modification : string
Return values
self

setQuantite()

public setQuantite(int $quantite) : self
Parameters
$quantite : int
Return values
self

Search results