Probleme
in package
Tags
Table of Contents
- $description : mixed
- $id : mixed
- $reparations : mixed
- $savs : mixed
- __construct() : mixed
- __toString() : mixed
- addReparation() : self
- addSav() : self
- getDescription() : string|null
- getId() : int|null
- getReparations() : Collection
- getSavs() : Collection
- removeReparation() : self
- removeSav() : self
- setDescription() : self
Properties
$description
private
mixed
$description
Tags
$id
private
mixed
$id
Tags
$reparations
private
mixed
$reparations
Tags
$savs
private
mixed
$savs
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —__toString()
public
__toString() : mixed
Return values
mixed —addReparation()
public
addReparation(Reparation $reparation) : self
Parameters
- $reparation : Reparation
Return values
self —addSav()
public
addSav(Sav $sav) : self
Parameters
- $sav : Sav
Return values
self —getDescription()
public
getDescription() : string|null
Return values
string|null —getId()
public
getId() : int|null
Return values
int|null —getReparations()
public
getReparations() : Collection
Return values
Collection —getSavs()
public
getSavs() : Collection
Return values
Collection —removeReparation()
public
removeReparation(Reparation $reparation) : self
Parameters
- $reparation : Reparation
Return values
self —removeSav()
public
removeSav(Sav $sav) : self
Parameters
- $sav : Sav
Return values
self —setDescription()
public
setDescription(string|null $description) : self
Parameters
- $description : string|null