Accompte
in package
Tags
Table of Contents
- $amount : mixed
- $commande : mixed
- $date : mixed
- $id : mixed
- getAmount() : float|null
- getCommande() : Commande|null
- getDate() : DateTimeInterface|null
- getFormattedDate() : mixed
- getId() : int|null
- setAmount() : self
- setCommande() : self
- setDate() : self
Properties
$amount
private
mixed
$amount
Tags
$commande
private
mixed
$commande
Tags
$date
private
mixed
$date
Tags
$id
private
mixed
$id
Tags
Methods
getAmount()
public
getAmount() : float|null
Return values
float|null —getCommande()
public
getCommande() : Commande|null
Return values
Commande|null —getDate()
public
getDate() : DateTimeInterface|null
Return values
DateTimeInterface|null —getFormattedDate()
public
getFormattedDate() : mixed
Return values
mixed —getId()
public
getId() : int|null
Return values
int|null —setAmount()
public
setAmount(float $amount) : self
Parameters
- $amount : float
Return values
self —setCommande()
public
setCommande(Commande|null $commande) : self
Parameters
- $commande : Commande|null
Return values
self —setDate()
public
setDate(DateTimeInterface $Date) : self
Parameters
- $Date : DateTimeInterface