Method | Description | |
---|---|---|
createAction ( |
Creates a new JournalContact entity. | |
deleteAction ( |
Deletes a JournalContact entity. | |
editAction ( integer $id ) : |
Displays a form to edit an existing JournalContact entity. | |
indexAction ( |
Lists all JournalContact entities. | |
newAction ( ) : |
Displays a form to create a new JournalContact entity. | |
showAction ( |
Finds and displays a JournalContact entity. | |
sortAction ( |
||
updateAction ( |
Edits an existing JournalContact entity. |
Method | Description | |
---|---|---|
createCreateForm ( |
Creates a form to create a JournalContact entity. | |
createEditForm ( |
Creates a form to edit a JournalContact entity. |
public createAction ( |
||
$request | ||
return |
public deleteAction ( |
||
$request | ||
$id | integer | |
return |
public editAction ( integer $id ) : |
||
$id | integer | |
return |
public indexAction ( |
||
$request | ||
return |
public newAction ( ) : |
||
return |
public showAction ( |
||
$request | ||
$id | ||
return |
public sortAction ( |
||
$request | ||
return |
public updateAction ( |
||
$request | ||
$id | integer | |
return |