메소드 | 설명 | |
---|---|---|
createAction ( |
Creates a new JournalFile entity. | |
deleteAction ( |
||
editAction ( integer $id ) : |
Displays a form to edit an existing Lang entity. | |
indexAction ( |
||
newAction ( ) | Displays a form to create a new JournalFile entity. | |
showAction ( integer $id ) : |
Finds and displays a JournalFile entity. | |
updateAction ( |
Edits an existing Lang entity. |
메소드 | 설명 | |
---|---|---|
createCreateForm ( |
Creates a form to create a JournalFile entity. | |
createEditForm ( |
Creates a form to edit a Lang entity. |
public createAction ( |
||
$request | ||
리턴 |
public deleteAction ( |
||
$request | ||
$id | integer | |
리턴 |
public editAction ( integer $id ) : |
||
$id | integer | |
리턴 |
public indexAction ( |
||
$request | ||
리턴 |
public showAction ( integer $id ) : |
||
$id | integer | |
리턴 |
public updateAction ( |
||
$request | ||
$id | integer | |
리턴 |