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