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