PHP Класс Ojs\JournalBundle\Controller\ArticleFileController

Наследование: extends Ojs\CoreBundle\Controller\OjsController
Показать файл Открыть проект

Открытые методы

Метод Описание
createAction ( Request $request, integer $articleId ) : RedirectResponse | Response Creates a new ArticleFile entity.
deleteAction ( Request $request, integer $id, integer $articleId ) : RedirectResponse Deletes a ArticleFile entity.
editAction ( integer $id, integer $articleId ) : Response Displays a form to edit an existing ArticleFile entity.
indexAction ( integer $articleId ) : Response Lists all ArticleFile entities.
newAction ( integer $articleId ) : Response Displays a form to create a new ArticleFile entity.
showAction ( integer $id, integer $articleId ) : Response Finds and displays a ArticleFile entity.
updateAction ( Request $request, integer $id, integer $articleId ) : RedirectResponse | Response Edits an existing ArticleFile entity.

Приватные методы

Метод Описание
createCreateForm ( Ojs\JournalBundle\Entity\ArticleFile $entity, Journal $journal, Article $article ) : Form Creates a form to create a ArticleFile entity.
createEditForm ( Ojs\JournalBundle\Entity\ArticleFile $entity, Journal $journal, Article $article ) : Form Creates a form to edit a ArticleFile entity.

Описание методов

createAction() публичный Метод

Creates a new ArticleFile entity.
public createAction ( Request $request, integer $articleId ) : RedirectResponse | Response
$request Symfony\Component\HttpFoundation\Request
$articleId integer
Результат Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response

deleteAction() публичный Метод

Deletes a ArticleFile entity.
public deleteAction ( Request $request, integer $id, integer $articleId ) : RedirectResponse
$request Symfony\Component\HttpFoundation\Request
$id integer
$articleId integer
Результат Symfony\Component\HttpFoundation\RedirectResponse

editAction() публичный Метод

Displays a form to edit an existing ArticleFile entity.
public editAction ( integer $id, integer $articleId ) : Response
$id integer
$articleId integer
Результат Symfony\Component\HttpFoundation\Response

indexAction() публичный Метод

Lists all ArticleFile entities.
public indexAction ( integer $articleId ) : Response
$articleId integer
Результат Symfony\Component\HttpFoundation\Response

newAction() публичный Метод

Displays a form to create a new ArticleFile entity.
public newAction ( integer $articleId ) : Response
$articleId integer
Результат Symfony\Component\HttpFoundation\Response

showAction() публичный Метод

Finds and displays a ArticleFile entity.
public showAction ( integer $id, integer $articleId ) : Response
$id integer
$articleId integer
Результат Symfony\Component\HttpFoundation\Response

updateAction() публичный Метод

Edits an existing ArticleFile entity.
public updateAction ( Request $request, integer $id, integer $articleId ) : RedirectResponse | Response
$request Symfony\Component\HttpFoundation\Request
$id integer
$articleId integer
Результат Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response