
Public Member Functions | |
| display () | |
| execute () | |
| getLocaleFieldNames () | |
| initData () | |
| readInputData () | |
| UserManagementForm ($userId=null) | |
Public Attributes | |
| $userId | |
Definition at line 20 of file UserManagementForm.inc.php.
| UserManagementForm.display | ( | ) |
Display the form.
Reimplemented from Form.
Definition at line 61 of file UserManagementForm.inc.php.
References DAORegistry.getDAO(), TemplateManager.getManager(), Request.getSite(), Request.getUserVar(), Config.getVar(), and Validation.isJournalManager().
| UserManagementForm.execute | ( | ) |
Register a new user.
Reimplemented from Form.
Definition at line 219 of file UserManagementForm.inc.php.
References $userId, Validation.encryptCredentials(), Validation.generatePassword(), Core.getCurrentDate(), DAORegistry.getDAO(), Form.getData(), Request.getJournal(), Request.getSite(), Validation.isJournalManager(), and Locale.isLocaleValid().
| UserManagementForm.getLocaleFieldNames | ( | ) |
Get the list of field names that need to support multiple locales
Reimplemented from Form.
Definition at line 211 of file UserManagementForm.inc.php.
References DAORegistry.getDAO().
| UserManagementForm.initData | ( | ) |
Initialize form data from current user profile.
Reimplemented from Form.
Definition at line 124 of file UserManagementForm.inc.php.
References DAORegistry.getDAO(), and Request.getUserVar().
| UserManagementForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 170 of file UserManagementForm.inc.php.
References Form.getData(), Form.readUserVars(), and Form.setData().
| UserManagementForm.UserManagementForm | ( | $ | userId = null |
) |
Constructor.
Definition at line 28 of file UserManagementForm.inc.php.
References $userId, Form.addCheck(), DAORegistry.getDAO(), Request.getSite(), Config.getVar(), and Validation.isJournalManager().
| UserManagementForm.$userId |
The ID of the user being edited
Definition at line 23 of file UserManagementForm.inc.php.
Referenced by execute(), and UserManagementForm().
1.5.6