Documentation

Probleme
in package

Tags
ORM\Entity

(repositoryClass=ProblemeRepository::class)

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
ORM\Column

(type="text", nullable=true)

$id

private mixed $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

(type="integer")

$reparations

private mixed $reparations
Tags
ORM\ManyToMany

(targetEntity=Reparation::class, mappedBy="problemes")

$savs

private mixed $savs
Tags
ORM\ManyToMany

(targetEntity=Sav::class, mappedBy="probleme")

Methods

__construct()

public __construct() : mixed
Return values
mixed

__toString()

public __toString() : mixed
Return values
mixed

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

removeSav()

public removeSav(Sav $sav) : self
Parameters
$sav : Sav
Return values
self

setDescription()

public setDescription(string|null $description) : self
Parameters
$description : string|null
Return values
self

Search results