Niveau
in package
Tags
Table of Contents
- $formations : mixed
- $id : mixed
- $libelle : mixed
- __construct() : mixed
- addFormation() : self
- getFormations() : Collection|array<string|int, Formation>
- getId() : int|null
- getLibelle() : string|null
- removeFormation() : self
- setLibelle() : self
Properties
$formations
private
mixed
$formations
Tags
$id
private
mixed
$id
Tags
$libelle
private
mixed
$libelle
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —addFormation()
public
addFormation(Formation $formation) : self
Parameters
- $formation : Formation
Return values
self —getFormations()
public
getFormations() : Collection|array<string|int, Formation>
Return values
Collection|array<string|int, Formation> —getId()
public
getId() : int|null
Return values
int|null —getLibelle()
public
getLibelle() : string|null
Return values
string|null —removeFormation()
public
removeFormation(Formation $formation) : self
Parameters
- $formation : Formation
Return values
self —setLibelle()
public
setLibelle(string $libelle) : self
Parameters
- $libelle : string