메소드 | 설명 | |
---|---|---|
createAction ( |
Creates a new Section entity. | |
deleteAction ( |
Deletes a Section entity. | |
editAction ( $id ) : |
Displays a form to edit an existing Section entity. | |
indexAction ( |
Lists all Section entities. | |
newAction ( ) : |
Displays a form to create a new Section entity. | |
showAction ( |
Finds and displays a Section entity. | |
updateAction ( |
Edits an existing Section entity. |
메소드 | 설명 | |
---|---|---|
createCreateForm ( Ojs\JournalBundle\Entity\Section $entity, |
Creates a form to create a Section entity. | |
createEditForm ( Ojs\JournalBundle\Entity\Section $entity ) : |
Creates a form to edit a Section entity. |
public createAction ( |
||
$request | ||
리턴 |
public deleteAction ( |
||
$request | ||
$id | ||
리턴 |
public editAction ( $id ) : |
||
$id | ||
리턴 |
public indexAction ( |
||
$request | ||
리턴 |
public newAction ( ) : |
||
리턴 |
public showAction ( |
||
$request | ||
$entity | Ojs\JournalBundle\Entity\Section | |
리턴 |
public updateAction ( |
||
$request | ||
$id | ||
리턴 |