Souscription
in package
Tags
Table of Contents
- $date : mixed
- $forfait : mixed
- $id : mixed
- $interventions : mixed
- $nbheure : mixed
- $prix : mixed
- $profesionnel : mixed
- __construct() : mixed
- addIntervention() : self
- getDate() : DateTimeInterface|null
- getForfait() : Forfait|null
- getId() : int|null
- getInterventions() : Collection<int, Intervention>
- getNbheure() : int|null
- getPrix() : float|null
- getProfesionnel() : Profesionnel|null
- removeIntervention() : self
- setDate() : self
- setForfait() : self
- setNbheure() : self
- setPrix() : self
- setProfesionnel() : self
Properties
$date
private
mixed
$date
Tags
$forfait
private
mixed
$forfait
Tags
$id
private
mixed
$id
Tags
$interventions
private
mixed
$interventions
Tags
$nbheure
private
mixed
$nbheure
Tags
$prix
private
mixed
$prix
Tags
$profesionnel
private
mixed
$profesionnel
Tags
Methods
__construct()
public
__construct(Profesionnel $pro) : mixed
Parameters
- $pro : Profesionnel
Return values
mixed —addIntervention()
public
addIntervention(Intervention $intervention) : self
Parameters
- $intervention : Intervention
Return values
self —getDate()
public
getDate() : DateTimeInterface|null
Return values
DateTimeInterface|null —getForfait()
public
getForfait() : Forfait|null
Return values
Forfait|null —getId()
public
getId() : int|null
Return values
int|null —getInterventions()
public
getInterventions() : Collection<int, Intervention>
Return values
Collection<int, Intervention> —getNbheure()
public
getNbheure() : int|null
Return values
int|null —getPrix()
public
getPrix() : float|null
Return values
float|null —getProfesionnel()
public
getProfesionnel() : Profesionnel|null
Return values
Profesionnel|null —removeIntervention()
public
removeIntervention(Intervention $intervention) : self
Parameters
- $intervention : Intervention
Return values
self —setDate()
public
setDate(DateTimeInterface $date) : self
Parameters
- $date : DateTimeInterface
Return values
self —setForfait()
public
setForfait(Forfait|null $forfait) : self
Parameters
- $forfait : Forfait|null
Return values
self —setNbheure()
public
setNbheure(int $nbheure) : self
Parameters
- $nbheure : int
Return values
self —setPrix()
public
setPrix(float $prix) : self
Parameters
- $prix : float
Return values
self —setProfesionnel()
public
setProfesionnel(Profesionnel|null $profesionnel) : self
Parameters
- $profesionnel : Profesionnel|null