Form for creating and subsequently adding a reviewer to a submission. More...
Public Member Functions | |
| CreateReviewerForm (&$monograph, &$reviewRound) | |
| execute ($args, &$request) | |
| fetch (&$request) | |
| readInputData () | |
Form for creating and subsequently adding a reviewer to a submission.
Definition at line 17 of file CreateReviewerForm.inc.php.
| CreateReviewerForm.CreateReviewerForm | ( | &$ | monograph, | |
| &$ | reviewRound | |||
| ) |
Constructor.
| $monograph | Monograph | |
| $reviewRound | ReviewRound |
Definition at line 23 of file CreateReviewerForm.inc.php.
References ReviewerForm.ReviewerForm().
| CreateReviewerForm.execute | ( | $ | args, | |
| &$ | request | |||
| ) |
Save review assignment
| $args | array | |
| $request | PKPRequest |
Reimplemented from ReviewerForm.
Definition at line 75 of file CreateReviewerForm.inc.php.
References Validation.encryptCredentials(), and Validation.generatePassword().
| CreateReviewerForm.fetch | ( | &$ | request | ) |
Fetch the form.
Reimplemented from ReviewerForm.
Definition at line 41 of file CreateReviewerForm.inc.php.
References ReviewerForm.getSearchByNameAction(), and ReviewerForm.setReviewerFormAction().
| CreateReviewerForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from ReviewerForm.
Definition at line 53 of file CreateReviewerForm.inc.php.
1.7.1