HeureQuota
in package
Tags
Table of Contents
- $client : Profesionnel|null
- $heure : float
- $id : int|null
- $service : Details
- $souscription : Souscription|null
- __construct() : mixed
- getClient() : Profesionnel|null
- getHeure() : float|null
- getId() : int|null
- getService() : Details|null
- getSouscription() : Souscription|null
- hasSouscription() : bool
- setClient() : self
- setHeure() : self
- setService() : self
- setSouscription() : self
Properties
$client
private
Profesionnel|null
$client
Tags
$heure
private
float
$heure
Tags
$id
private
int|null
$id
Tags
$service
private
Details
$service
Tags
$souscription
private
Souscription|null
$souscription
Tags
Methods
__construct()
public
__construct(mixed $client, Details $service[, mixed $heure = null ]) : mixed
Parameters
- $client : mixed
- $service : Details
- $heure : mixed = null
Return values
mixed —getClient()
public
getClient() : Profesionnel|null
Return values
Profesionnel|null —getHeure()
public
getHeure() : float|null
Return values
float|null —getId()
public
getId() : int|null
Return values
int|null —getService()
public
getService() : Details|null
Return values
Details|null —getSouscription()
public
getSouscription() : Souscription|null
Return values
Souscription|null —hasSouscription()
public
hasSouscription() : bool
Return values
bool —setClient()
public
setClient(Profesionnel|null $client) : self
Parameters
- $client : Profesionnel|null
Return values
self —setHeure()
public
setHeure(float $heure) : self
Parameters
- $heure : float
Return values
self —setService()
public
setService(Details $service) : self
Parameters
- $service : Details
Return values
self —setSouscription()
public
setSouscription(Souscription|null $souscription) : self
Parameters
- $souscription : Souscription|null