
Public Member Functions | |
| CreateReviewerForm ($articleId) | |
| display () | |
| execute () | |
| getLocaleFieldNames () | |
| readInputData () | |
Definition at line 25 of file CreateReviewerForm.inc.php.
| CreateReviewerForm.CreateReviewerForm | ( | $ | articleId | ) |
Constructor.
Definition at line 32 of file CreateReviewerForm.inc.php.
References Form.addCheck(), DAORegistry.getDAO(), Request.getJournal(), Request.getSite(), and Form.setData().
| CreateReviewerForm.display | ( | ) |
Display the form.
Reimplemented from Form.
Definition at line 65 of file CreateReviewerForm.inc.php.
References DAORegistry.getDAO(), TemplateManager.getManager(), and Request.getSite().
| CreateReviewerForm.execute | ( | ) |
Register a new user.
Reimplemented from Form.
Definition at line 119 of file CreateReviewerForm.inc.php.
References Validation.encryptCredentials(), Validation.generatePassword(), Core.getCurrentDate(), DAORegistry.getDAO(), Form.getData(), Request.getJournal(), Request.getSite(), and Locale.isLocaleValid().
| CreateReviewerForm.getLocaleFieldNames | ( | ) |
Get the list of field names that need to support multiple locales
Reimplemented from Form.
Definition at line 58 of file CreateReviewerForm.inc.php.
| CreateReviewerForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 83 of file CreateReviewerForm.inc.php.
References Form.getData(), Form.readUserVars(), and Form.setData().
1.5.6