HistoriqueStock
in package
Tags
Table of Contents
- $article : object
- $date : DateTime
- $id : int|null
- $modification : string|null
- $quantite : int|null
- $user : Technicien|null
- getArticle() : object
- 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
object
$article
Tags
$date
private
DateTime
$date
Tags
$id
private
int|null
$id
Tags
$modification
private
string|null
$modification
Tags
$quantite
private
int|null
$quantite
Tags
$user
private
Technicien|null
$user
Tags
Methods
getArticle()
public
getArticle() : object
Return values
object —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