Operations
in package
Tags
Table of Contents
- $id : int|null
- $libelle : string
- $savs : Sav|Collection
- __construct() : mixed
- __toString() : mixed
- addSav() : self
- getId() : int|null
- getLibelle() : string|null
- getSavs() : Collection
- removeSav() : self
- setLibelle() : self
Properties
$id
private
int|null
$id
Tags
$libelle
private
string
$libelle
Tags
$savs
private
Sav|Collection
$savs
Tags
Methods
__construct()
public
__construct([mixed $libelle = null ]) : mixed
Parameters
- $libelle : mixed = null
Return values
mixed —__toString()
public
__toString() : mixed
Return values
mixed —addSav()
public
addSav(Sav $sav) : self
Parameters
- $sav : Sav
Return values
self —getId()
public
getId() : int|null
Return values
int|null —getLibelle()
public
getLibelle() : string|null
Return values
string|null —getSavs()
public
getSavs() : Collection
Return values
Collection —removeSav()
public
removeSav(Sav $sav) : self
Parameters
- $sav : Sav
Return values
self —setLibelle()
public
setLibelle(string $libelle) : self
Parameters
- $libelle : string