PHP Class Ojs\JournalBundle\Controller\ManagerPublisherThemeController

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

Méthodes publiques

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

Private Methods

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

Method Details

createAction() public méthode

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

deleteAction() public méthode

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

editAction() public méthode

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

indexAction() public méthode

Lists all PublisherThemes entities.
public indexAction ( integer $publisherId ) : Response
$publisherId integer
Résultat Symfony\Component\HttpFoundation\Response

newAction() public méthode

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

showAction() public méthode

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

updateAction() public méthode

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
Résultat Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response