PHP 클래스 Ojs\JournalBundle\Controller\MailTemplateController

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

공개 메소드들

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

비공개 메소드들

메소드 설명
createEditForm ( MailTemplate $entity ) : Form Creates a form to edit a MailTemplate entity.
getDefaultMailTemplate ( MailTemplate $mailTemplate ) : null | object | MailTemplate

메소드 상세

editAction() 공개 메소드

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

indexAction() 공개 메소드

Lists all MailTemplate entities.
public indexAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

showAction() 공개 메소드

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

updateAction() 공개 메소드

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