PHP 클래스 Ojs\JournalBundle\Controller\DesignController

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

공개 메소드들

메소드 설명
createAction ( Request $request ) : RedirectResponse | Response Creates a new Design entity.
deleteAction ( Request $request, integer $id ) : RedirectResponse
editAction ( Ojs\JournalBundle\Entity\Design $design ) : Response
indexAction ( Request $request ) : Response Lists all Design entities.
newAction ( ) : Response Displays a form to create a new Design entity.
showAction ( $id ) : Response
updateAction ( Request $request, Ojs\JournalBundle\Entity\Design $design ) : RedirectResponse | Response

비공개 메소드들

메소드 설명
createCreateForm ( Ojs\JournalBundle\Entity\Design $entity, Journal $journal ) : Form
createEditForm ( Ojs\JournalBundle\Entity\Design $entity, Journal $journal ) : Form
prepareDesignContent ( String $editableContent ) : String
prepareEditContent ( String $editableContent ) : String

메소드 상세

createAction() 공개 메소드

Creates a new Design entity.
public createAction ( Request $request ) : RedirectResponse | Response
$request Symfony\Component\HttpFoundation\Request
리턴 Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response

deleteAction() 공개 메소드

public deleteAction ( Request $request, integer $id ) : RedirectResponse
$request Symfony\Component\HttpFoundation\Request
$id integer
리턴 Symfony\Component\HttpFoundation\RedirectResponse

editAction() 공개 메소드

public editAction ( Ojs\JournalBundle\Entity\Design $design ) : Response
$design Ojs\JournalBundle\Entity\Design
리턴 Symfony\Component\HttpFoundation\Response

indexAction() 공개 메소드

Lists all Design entities.
public indexAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
리턴 Symfony\Component\HttpFoundation\Response

newAction() 공개 메소드

Displays a form to create a new Design entity.
public newAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

showAction() 공개 메소드

public showAction ( $id ) : Response
$id
리턴 Symfony\Component\HttpFoundation\Response

updateAction() 공개 메소드

public updateAction ( Request $request, Ojs\JournalBundle\Entity\Design $design ) : RedirectResponse | Response
$request Symfony\Component\HttpFoundation\Request
$design Ojs\JournalBundle\Entity\Design
리턴 Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response