mediatekformation

FormationsController extends AbstractController
in package

Controleur des formations

Tags
author

emds

Table of Contents

Constants

PAGE_FORMATION  = "pages/formation.html.twig"
PAGE_FORMATIONS  = "pages/formations.html.twig"

Properties

$categorieRepository  : CategorieRepository
$formationRepository  : FormationRepository

Methods

__construct()  : mixed
findAllContain()  : Response
index()  : Response
showOne()  : Response
sort()  : Response

Constants

Properties

Methods

findAllContain()

public findAllContain(mixed $champ, Request $request[, mixed $table = "" ]) : Response
Parameters
$champ : mixed
$request : Request
$table : mixed = ""
Attributes
#[Route]
'/formations/recherche/{champ}/{table}'
$name: 'formations.findallcontain'
Return values
Response

index()

public index() : Response
Attributes
#[Route]
'/formations'
$name: 'formations'
Return values
Response

showOne()

public showOne(mixed $id) : Response
Parameters
$id : mixed
Attributes
#[Route]
'/formations/formation/{id}'
$name: 'formations.showone'
Return values
Response

sort()

public sort(mixed $champ, mixed $ordre[, mixed $table = "" ]) : Response
Parameters
$champ : mixed
$ordre : mixed
$table : mixed = ""
Attributes
#[Route]
'/formations/tri/{champ}/{ordre}/{table}'
$name: 'formations.sort'
Return values
Response

        
On this page

Search results