Method | Description | |
---|---|---|
addArticleAction ( |
add article to this issue | |
arrangeAction ( |
show issue manager arrange issue page , arrange and update | |
createAction ( |
Creates a new Issue entity. | |
deleteAction ( |
||
editAction ( integer $id ) : |
Displays a form to edit an existing Issue entity. | |
indexAction ( |
Lists all Issue entities. | |
makeLastIssueAction ( $id ) : |
||
newAction ( ) : |
Displays a form to create a new Issue entity. | |
removeArticleAction ( |
Remove article fro this issue | |
showAction ( |
Finds and displays a Issue entity. | |
updateAction ( |
Edits an existing Issue entity. | |
viewAction ( integer $id ) : |
show issue manager view page |
Method | Description | |
---|---|---|
createCreateForm ( |
Creates a form to create a Issue entity. | |
createEditForm ( |
Creates a form to edit a Issue entity. |
public addArticleAction ( |
||
$request | ||
$id | integer | |
$articleId | integer | |
return |
public arrangeAction ( |
||
$request | ||
$id | integer | |
return |
public createAction ( |
||
$request | ||
return |
public deleteAction ( |
||
$request | ||
$id | integer | |
return |
public editAction ( integer $id ) : |
||
$id | integer | |
return |
public indexAction ( |
||
$request | ||
return |
public makeLastIssueAction ( $id ) : |
||
$id | ||
return |
public newAction ( ) : |
||
return |
public removeArticleAction ( |
||
$request | ||
$id | integer | |
$articleId | integer | |
return |
public showAction ( |
||
$request | ||
$id | ||
return |
public updateAction ( |
||
$request | ||
$id | ||
return |
public viewAction ( integer $id ) : |
||
$id | integer | |
return |