PHP Class Ojs\SiteBundle\Controller\LockssController

Inheritance: extends Ojs\CoreBundle\Controller\OjsController
Mostra file Open project: ojs/ojs

Public Methods

Method Description
indexAction ( $slug ) : Response
monthAction ( $slug, integer $year, string $month ) : Response
volAction ( $slug, integer $year ) : Response

Private Methods

Method Description
getMonths ( ) : array

Method Details

indexAction() public method

public indexAction ( $slug ) : Response
$slug
return Symfony\Component\HttpFoundation\Response

monthAction() public method

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

volAction() public method

public volAction ( $slug, integer $year ) : Response
$slug
$year integer
return Symfony\Component\HttpFoundation\Response