PHP Class Ojs\SiteBundle\Controller\LockssController

Inheritance: extends Ojs\CoreBundle\Controller\OjsController
Afficher le fichier Open project: ojs/ojs

Méthodes publiques

Méthode Description
indexAction ( $slug ) : Response
monthAction ( $slug, integer $year, string $month ) : Response
volAction ( $slug, integer $year ) : Response

Private Methods

Méthode Description
getMonths ( ) : array

Method Details

indexAction() public méthode

public indexAction ( $slug ) : Response
$slug
Résultat Symfony\Component\HttpFoundation\Response

monthAction() public méthode

public monthAction ( $slug, integer $year, string $month ) : Response
$slug
$year integer
$month string
Résultat Symfony\Component\HttpFoundation\Response

volAction() public méthode

public volAction ( $slug, integer $year ) : Response
$slug
$year integer
Résultat Symfony\Component\HttpFoundation\Response