PHP 클래스 Ojs\SiteBundle\Controller\LockssController

상속: extends Ojs\CoreBundle\Controller\OjsController
파일 보기 프로젝트 열기: ojs/ojs

공개 메소드들

메소드 설명
indexAction ( $slug ) : Response
monthAction ( $slug, integer $year, string $month ) : Response
volAction ( $slug, integer $year ) : Response

비공개 메소드들

메소드 설명
getMonths ( ) : array

메소드 상세

indexAction() 공개 메소드

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

monthAction() 공개 메소드

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

volAction() 공개 메소드

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