Form for add or removing files from a review. More...
Public Member Functions | |
| execute ($args, &$request, &$stageMonographFiles, $fileStage) | |
| getMonographId () | |
| initData ($args, &$request) | |
| ManageSubmissionFilesForm ($monographId, $template) | |
| readInputData () | |
Form for add or removing files from a review.
Definition at line 18 of file ManageSubmissionFilesForm.inc.php.
| ManageSubmissionFilesForm.execute | ( | $ | args, | |
| &$ | request, | |||
| &$ | stageMonographFiles, | |||
| $ | fileStage | |||
| ) |
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 71 of file ManageSubmissionFilesForm.inc.php.
References getMonographId().
| ManageSubmissionFilesForm.getMonographId | ( | ) |
Get the monograph id
Definition at line 40 of file ManageSubmissionFilesForm.inc.php.
Referenced by execute().
| ManageSubmissionFilesForm.initData | ( | $ | args, | |
| &$ | request | |||
| ) |
Initialize variables
| $args | array | |
| $request | PKPRequest |
Reimplemented in ManageReviewFilesForm.
Definition at line 52 of file ManageSubmissionFilesForm.inc.php.
| ManageSubmissionFilesForm.ManageSubmissionFilesForm | ( | $ | monographId, | |
| $ | template | |||
| ) |
Constructor.
Definition at line 25 of file ManageSubmissionFilesForm.inc.php.
Referenced by ManageFinalDraftFilesForm.ManageFinalDraftFilesForm(), and ManageReviewFilesForm.ManageReviewFilesForm().
| ManageSubmissionFilesForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 60 of file ManageSubmissionFilesForm.inc.php.
1.7.1