Метод | Описание | |
---|---|---|
createAction ( |
Creates a new JournalPost entity. | |
deleteAction ( |
||
editAction ( integer $id ) : |
Displays a form to edit an existing Lang entity. | |
indexAction ( |
Lists all JournalPost entities. | |
newAction ( |
Displays a form to create a new JournalPost entity. | |
showAction ( |
Finds and displays a JournalPost entity. | |
updateAction ( |
Edits an existing Lang entity. |
Метод | Описание | |
---|---|---|
createCreateForm ( |
Creates a form to create a JournalPost 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 newAction ( |
||
$request | ||
Результат |
public showAction ( |
||
$journalPost | ||
Результат |
public updateAction ( |
||
$request | ||
$id | integer | |
Результат |