mediatekformation

Niveau
in package

Tags
ORM\Entity

(repositoryClass=NiveauRepository::class)

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

(targetEntity=Formation::class, mappedBy="niveau")

$id

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

(type="integer")

$libelle

private mixed $libelle
Tags
ORM\Column

(type="string", length=15)

Assert\Length

( min = 1, max = 15 )

Methods

__construct()

public __construct() : mixed
Return values
mixed

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
Return values
self

Search results