Public Member Functions | |
display () | |
execute () | |
getLocaleFieldNames () | |
initData () | |
readInputData () | |
UserManagementForm ($userId=null) | |
Public Attributes | |
$userId |
Definition at line 21 of file UserManagementForm.inc.php.
UserManagementForm.display | ( | ) |
Display the form.
Definition at line 58 of file UserManagementForm.inc.php.
References Request.getSchedConf().
UserManagementForm.execute | ( | ) |
Register a new user.
Definition at line 216 of file UserManagementForm.inc.php.
References $userId, Validation.encryptCredentials(), Validation.generatePassword(), Request.getConference(), and Request.getSchedConf().
UserManagementForm.initData | ( | ) |
Initialize form data from current user profile.
Definition at line 119 of file UserManagementForm.inc.php.
UserManagementForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 166 of file UserManagementForm.inc.php.
UserManagementForm.UserManagementForm | ( | $ | userId = null |
) |
UserManagementForm.$userId |
The ID of the user being edited
Definition at line 24 of file UserManagementForm.inc.php.
Referenced by execute(), and UserManagementForm().