PHP 클래스 Ojs\AdminBundle\Controller\AdminContactController

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

createAction() 공개 메소드

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

deleteAction() 공개 메소드

Deletes a JournalContact entity.
public deleteAction ( Request $request, integer $id ) : RedirectResponse
$request Symfony\Component\HttpFoundation\Request
$id integer
리턴 Symfony\Component\HttpFoundation\RedirectResponse

editAction() 공개 메소드

Displays a form to edit an existing JournalContact entity.
public editAction ( integer $id ) : Response
$id integer
리턴 Symfony\Component\HttpFoundation\Response

indexAction() 공개 메소드

Lists all JournalContact entities.
public indexAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
리턴 Symfony\Component\HttpFoundation\Response

newAction() 공개 메소드

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

showAction() 공개 메소드

Finds and displays a JournalContact entity.
public showAction ( Request $request, integer $id ) : Response
$request Symfony\Component\HttpFoundation\Request
$id integer
리턴 Symfony\Component\HttpFoundation\Response

updateAction() 공개 메소드

Edits an existing JournalContact entity.
public updateAction ( Request $request, integer $id ) : RedirectResponse | Response
$request Symfony\Component\HttpFoundation\Request
$id integer
리턴 Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response