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(type $champ, Request $request[, type $table = "" ]) : Response
Parameters
$champ : type
$request : Request
$table : type = ""
Tags
Route

("/playlists/recherche/{champ}/{table}", name="playlists.findallcontain")

Return values
Response

index()

public index() : Response
Tags
Route

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

Return values
Response

showOne()

public showOne(type $id) : Response
Parameters
$id : type
Tags
Route

("/playlists/playlist/{id}", name="playlists.showone")

Return values
Response

sort()

public sort(type $champ, type $ordre) : Response
Parameters
$champ : type
$ordre : type
Tags
Route

("/playlists/tri/{champ}/{ordre}", name="playlists.sort")

Return values
Response

        
On this page

Search results