mediatekformation

PlaylistsController extends AbstractController
in package

Description of PlaylistsController

Tags
author

emds

Table of Contents

Constants

PAGE_PLAYLIST  = "pages/playlist.html.twig"
PAGE_PLAYLISTS  = "pages/playlists.html.twig"

Properties

$categorieRepository  : CategorieRepository
$formationRepository  : FormationRepository
$playlistRepository  : PlaylistRepository

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]
'/playlists/recherche/{champ}/{table}'
$name: 'playlists.findallcontain'
Return values
Response

index()

public index() : Response
Tags
Route

("/playlists", name="playlists")

Attributes
#[Route]
'/playlists'
$name: 'playlists'
Return values
Response

showOne()

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

sort()

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

        
On this page

Search results