Public Member Functions | |
CreateReviewerForm ($paperId) | |
display () | |
execute () | |
getLocaleFieldNames () | |
readInputData () | |
Public Attributes | |
$paperId |
Definition at line 25 of file CreateReviewerForm.inc.php.
CreateReviewerForm.CreateReviewerForm | ( | $ | paperId | ) |
Constructor.
Definition at line 32 of file CreateReviewerForm.inc.php.
References $paperId, and Request.getSchedConf().
CreateReviewerForm.display | ( | ) |
Display the form.
Definition at line 64 of file CreateReviewerForm.inc.php.
CreateReviewerForm.execute | ( | ) |
Register a new user.
Definition at line 121 of file CreateReviewerForm.inc.php.
References Validation.encryptCredentials(), Validation.generatePassword(), and Request.getSchedConf().
CreateReviewerForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 84 of file CreateReviewerForm.inc.php.