HistoriqueStock
in package
Tags
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
$article
private
mixed
$article
Tags
$date
private
mixed
$date
Tags
$id
private
mixed
$id
Tags
$modification
private
mixed
$modification
Tags
$quantite
private
mixed
$quantite
Tags
$user
private
mixed
$user
Tags
Methods
getArticle()
public
getArticle() : mixed
Return values
mixed —getDate()
public
getDate() : string|null
Return values
string|null —getId()
public
getId() : int|null
Return values
int|null —getModification()
public
getModification() : string|null
Return values
string|null —getQuantite()
public
getQuantite() : int|null
Return values
int|null —getUser()
public
getUser() : User|null
Return values
User|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 —setUser()
public
setUser(User|null $user) : self
Parameters
- $user : User|null