PHP Class Ojs\JournalBundle\Controller\MailTemplateController

Inheritance: extends Ojs\CoreBundle\Controller\OjsController
Afficher le fichier Open project: ojs/ojs

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
createEditForm ( MailTemplate $entity ) : Form Creates a form to edit a MailTemplate entity.
getDefaultMailTemplate ( MailTemplate $mailTemplate ) : null | object | MailTemplate

Method Details

editAction() public méthode

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

indexAction() public méthode

Lists all MailTemplate entities.
public indexAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response

showAction() public méthode

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

updateAction() public méthode

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