PHP 클래스 Ojs\JournalBundle\Controller\ManagerPublisherThemeController

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

공개 메소드들

메소드 설명
createAction ( integer $publisherId, Request $request ) : RedirectResponse | Response Creates a new PublisherTheme entity.
deleteAction ( Request $request, PublisherTheme $entity, integer $publisherId ) : RedirectResponse
editAction ( integer $publisherId, PublisherTheme $entity ) : Response Displays a form to edit an existing PublisherTheme entity.
indexAction ( integer $publisherId ) : Response Lists all PublisherThemes entities.
newAction ( integer $publisherId ) : Response Displays a form to create a new PublisherTheme entity.
showAction ( integer $publisherId, PublisherTheme $entity ) : Response Finds and displays a PublisherTheme entity.
updateAction ( Request $request, integer $publisherId, PublisherTheme $entity ) : RedirectResponse | Response Edits an existing PublisherThemes entity.

비공개 메소드들

메소드 설명
createCreateForm ( PublisherTheme $entity, Publisher $publisher ) : Form Creates a form to create a PublisherTypes entity.
createEditForm ( PublisherTheme $entity, Publisher $publisher ) : Form Creates a form to edit a PublisherTypes entity.

메소드 상세

createAction() 공개 메소드

Creates a new PublisherTheme entity.
public createAction ( integer $publisherId, Request $request ) : RedirectResponse | Response
$publisherId integer
$request Symfony\Component\HttpFoundation\Request
리턴 Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response

deleteAction() 공개 메소드

public deleteAction ( Request $request, PublisherTheme $entity, integer $publisherId ) : RedirectResponse
$request Symfony\Component\HttpFoundation\Request
$entity Ojs\JournalBundle\Entity\PublisherTheme
$publisherId integer
리턴 Symfony\Component\HttpFoundation\RedirectResponse

editAction() 공개 메소드

Displays a form to edit an existing PublisherTheme entity.
public editAction ( integer $publisherId, PublisherTheme $entity ) : Response
$publisherId integer
$entity Ojs\JournalBundle\Entity\PublisherTheme
리턴 Symfony\Component\HttpFoundation\Response

indexAction() 공개 메소드

Lists all PublisherThemes entities.
public indexAction ( integer $publisherId ) : Response
$publisherId integer
리턴 Symfony\Component\HttpFoundation\Response

newAction() 공개 메소드

Displays a form to create a new PublisherTheme entity.
public newAction ( integer $publisherId ) : Response
$publisherId integer
리턴 Symfony\Component\HttpFoundation\Response

showAction() 공개 메소드

Finds and displays a PublisherTheme entity.
public showAction ( integer $publisherId, PublisherTheme $entity ) : Response
$publisherId integer
$entity Ojs\JournalBundle\Entity\PublisherTheme
리턴 Symfony\Component\HttpFoundation\Response

updateAction() 공개 메소드

Edits an existing PublisherThemes entity.
public updateAction ( Request $request, integer $publisherId, PublisherTheme $entity ) : RedirectResponse | Response
$request Symfony\Component\HttpFoundation\Request
$publisherId integer
$entity Ojs\JournalBundle\Entity\PublisherTheme
리턴 Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response