mediatekformation

CategorieRepository extends ServiceEntityRepository
in package

Tags
extends

ServiceEntityRepository<Categorie>

Table of Contents

__construct()  : mixed
add()  : void
find()  : Categorie|null
findAll()  : array<string|int, Categorie>
findAllForOnePlaylist()  : array<string|int, mixed>
Retourne la liste des catégories des formations d'une playlist
findBy()  : array<string|int, Categorie>
findByAllFormationsOneCategorie()  : int
Retourne le nombre de formations pour la catégorie passée en paramètre
findByAllOrderBy()  : type
Retourne toutes les catégories triées par ordre alphabétique croissant ou décroissant
findByDoublonsCategorie()  : int
Renvoie le nombre de catégorie ayant un nom égal au paramètre valeur
findOneBy()  : Categorie|null
remove()  : void

Methods

__construct()

public __construct(ManagerRegistry $registry) : mixed
Parameters
$registry : ManagerRegistry
Return values
mixed

find()

public find(mixed $id, mixed $lockMode, mixed $lockVersion) : Categorie|null
Parameters
$id : mixed
$lockMode : mixed
$lockVersion : mixed
Return values
Categorie|null

findAllForOnePlaylist()

Retourne la liste des catégories des formations d'une playlist

public findAllForOnePlaylist(type $idPlaylist) : array<string|int, mixed>
Parameters
$idPlaylist : type
Return values
array<string|int, mixed>

findBy()

public findBy(array<string|int, mixed> $criteria, array<string|int, mixed> $orderBy = null, mixed $limit, mixed $offset) : array<string|int, Categorie>
Parameters
$criteria : array<string|int, mixed>
$orderBy = null : array<string|int, mixed>
$limit : mixed
$offset : mixed
Return values
array<string|int, Categorie>

findByAllFormationsOneCategorie()

Retourne le nombre de formations pour la catégorie passée en paramètre

public findByAllFormationsOneCategorie(type $idCategorie) : int
Parameters
$idCategorie : type
Return values
int

findByAllOrderBy()

Retourne toutes les catégories triées par ordre alphabétique croissant ou décroissant

public findByAllOrderBy(type $ordre) : type
Parameters
$ordre : type
Return values
type

findByDoublonsCategorie()

Renvoie le nombre de catégorie ayant un nom égal au paramètre valeur

public findByDoublonsCategorie(type $valeur) : int
Parameters
$valeur : type
Return values
int

findOneBy()

public findOneBy(array<string|int, mixed> $criteria, array<string|int, mixed> $orderBy = null) : Categorie|null
Parameters
$criteria : array<string|int, mixed>
$orderBy = null : array<string|int, mixed>
Return values
Categorie|null

Search results