Form for creating the first review round for a submission's external review (skipping internal). More...
Public Member Functions | |
| _getStageId () | |
| execute ($args, &$request) | |
| InitiateReviewForm ($seriesEditorSubmission, $decision, $stageId, $template) | |
Form for creating the first review round for a submission's external review (skipping internal).
Form for creating the first review round for a submission.
Form for creating the first review round for a submission's internal review.
Definition at line 17 of file InitiateReviewForm.inc.php.
| InitiateReviewForm._getStageId | ( | ) |
Get the stage ID constant for the submission to be moved to.
Definition at line 31 of file InitiateReviewForm.inc.php.
Referenced by execute().
| InitiateReviewForm.execute | ( | $ | args, | |
| &$ | request | |||
| ) |
Definition at line 41 of file InitiateReviewForm.inc.php.
References _getStageId(), EditorDecisionForm._initiateReviewRound(), EditorDecisionActionsManager.getActionLabels(), and EditorDecisionForm.getSeriesEditorSubmission().
| InitiateReviewForm.InitiateReviewForm | ( | $ | seriesEditorSubmission, | |
| $ | decision, | |||
| $ | stageId, | |||
| $ | template | |||
| ) |
Constructor.
| $seriesEditorSubmission | SeriesEditorSubmission |
Definition at line 23 of file InitiateReviewForm.inc.php.
References EditorDecisionForm.EditorDecisionForm().
1.7.1