PcRevendeur
in package
Tags
Table of Contents
- $id : mixed
- $pc : mixed
- $prix : mixed
- $quantite : mixed
- $revendeur : mixed
- getId() : int|null
- getPc() : Pc|null
- getPrix() : float|null
- getQuantite() : int|null
- getRevendeur() : Revendeur|null
- setPc() : self
- setPrix() : self
- setQuantite() : self
- setRevendeur() : self
Properties
$id
private
mixed
$id
Tags
$pc
private
mixed
$pc
Tags
$prix
private
mixed
$prix
Tags
$quantite
private
mixed
$quantite
Tags
$revendeur
private
mixed
$revendeur
Tags
Methods
getId()
public
getId() : int|null
Return values
int|null —getPc()
public
getPc() : Pc|null
Return values
Pc|null —getPrix()
public
getPrix() : float|null
Return values
float|null —getQuantite()
public
getQuantite() : int|null
Return values
int|null —getRevendeur()
public
getRevendeur() : Revendeur|null
Return values
Revendeur|null —setPc()
public
setPc(Pc|null $pc) : self
Parameters
- $pc : Pc|null
Return values
self —setPrix()
public
setPrix(float $prix) : self
Parameters
- $prix : float
Return values
self —setQuantite()
public
setQuantite(int $quantite) : self
Parameters
- $quantite : int
Return values
self —setRevendeur()
public
setRevendeur(Revendeur|null $revendeur) : self
Parameters
- $revendeur : Revendeur|null