
Public Member Functions | |
| deleteProfileImage () | |
| display () | |
| execute () | |
| getLocaleFieldNames () | |
| initData () | |
| ProfileForm () | |
| readInputData () | |
Definition at line 20 of file ProfileForm.inc.php.
| ProfileForm.deleteProfileImage | ( | ) |
Deletes a profile image.
Definition at line 48 of file ProfileForm.inc.php.
References Request.getUser().
| ProfileForm.display | ( | ) |
Display the form.
Reimplemented from Form.
Definition at line 100 of file ProfileForm.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), Request.getSite(), and Request.getUser().
| ProfileForm.execute | ( | ) |
Save profile settings.
Reimplemented from Form.
Definition at line 224 of file ProfileForm.inc.php.
References DAORegistry.getDAO(), Form.getData(), Request.getJournal(), Request.getSite(), Request.getUser(), Request.getUserVar(), Validation.isAuthor(), Locale.isLocaleValid(), Validation.isReader(), and Validation.isReviewer().
| ProfileForm.getLocaleFieldNames | ( | ) |
Get the list of field names that need to support multiple locales
Reimplemented from Form.
Definition at line 154 of file ProfileForm.inc.php.
References DAORegistry.getDAO().
| ProfileForm.initData | ( | ) |
Initialize form data from current settings.
Reimplemented from Form.
Definition at line 162 of file ProfileForm.inc.php.
References Request.getUser(), Validation.isAuthor(), Validation.isReader(), and Validation.isReviewer().
| ProfileForm.ProfileForm | ( | ) |
Constructor.
Definition at line 28 of file ProfileForm.inc.php.
References Form.addCheck(), DAORegistry.getDAO(), Request.getSite(), and Request.getUser().
| ProfileForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 192 of file ProfileForm.inc.php.
References Form.getData(), Form.readUserVars(), and Form.setData().
1.5.6