PHP 클래스 Ojs\AdminBundle\Controller\AdminJournalApplicationFileController

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

공개 메소드들

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

비공개 메소드들

메소드 설명
createCreateForm ( JournalApplicationFile $entity ) : Form Creates a form to create a Index entity.
createEditForm ( JournalApplicationFile $entity ) : Form Creates a form to edit a Index entity.

메소드 상세

createAction() 공개 메소드

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

deleteAction() 공개 메소드

Deletes a Index entity.
public deleteAction ( Request $request, JournalApplicationFile $entity ) : RedirectResponse
$request Symfony\Component\HttpFoundation\Request
$entity Ojs\JournalBundle\Entity\JournalApplicationFile
리턴 Symfony\Component\HttpFoundation\RedirectResponse

editAction() 공개 메소드

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

indexAction() 공개 메소드

Lists all Index entities.
public indexAction ( )

newAction() 공개 메소드

Displays a form to create a new Index entity.
public newAction ( )

showAction() 공개 메소드

Finds and displays a Index entity.
public showAction ( JournalApplicationFile $entity ) : Response
$entity Ojs\JournalBundle\Entity\JournalApplicationFile
리턴 Symfony\Component\HttpFoundation\Response

updateAction() 공개 메소드

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