PHP Class Ojs\JournalBundle\Controller\ManagerPublisherThemeController

Inheritance: extends Ojs\CoreBundle\Controller\OjsController
显示文件 Open project: ojs/ojs

Public Methods

Method 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

Method 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 method

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

deleteAction() public method

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

editAction() public method

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

indexAction() public method

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

newAction() public method

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

showAction() public method

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

updateAction() public method

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
return Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response