Form for add or removing files from a review. More...
Public Member Functions | |
| execute ($args, &$request, &$stageMonographFiles) | |
| & | getReviewRound () |
| getReviewRoundId () | |
| getStageId () | |
| initData ($args, &$request) | |
| ManageReviewFilesForm ($monographId, $stageId, $reviewRoundId) | |
Form for add or removing files from a review.
Definition at line 17 of file ManageReviewFilesForm.inc.php.
| ManageReviewFilesForm.execute | ( | $ | args, | |
| &$ | request, | |||
| &$ | stageMonographFiles | |||
| ) |
Save review round files
| $args | array | |
| $request | PKPRequest array The files that belongs to a file stage that is currently being used by a grid inside this form. |
Definition at line 90 of file ManageReviewFilesForm.inc.php.
| & ManageReviewFilesForm.getReviewRound | ( | ) |
Definition at line 58 of file ManageReviewFilesForm.inc.php.
References getReviewRoundId().
Referenced by initData().
| ManageReviewFilesForm.getReviewRoundId | ( | ) |
Get the round
Definition at line 51 of file ManageReviewFilesForm.inc.php.
Referenced by getReviewRound(), and initData().
| ManageReviewFilesForm.getStageId | ( | ) |
Get the review stage id
Definition at line 43 of file ManageReviewFilesForm.inc.php.
Referenced by initData().
| ManageReviewFilesForm.initData | ( | $ | args, | |
| &$ | request | |||
| ) |
Initialize variables
| $args | array | |
| $request | PKPRequest |
Reimplemented from ManageSubmissionFilesForm.
Definition at line 73 of file ManageReviewFilesForm.inc.php.
References getReviewRound(), getReviewRoundId(), and getStageId().
| ManageReviewFilesForm.ManageReviewFilesForm | ( | $ | monographId, | |
| $ | stageId, | |||
| $ | reviewRoundId | |||
| ) |
Constructor.
Definition at line 29 of file ManageReviewFilesForm.inc.php.
References ManageSubmissionFilesForm.ManageSubmissionFilesForm().
1.7.1