Form to edit user profile. More...
Public Member Functions | |
| deleteProfileImage () | |
| display () | |
| execute () | |
| initData () | |
| ProfileForm () | |
| readInputData () | |
Form to edit user profile.
Definition at line 20 of file ProfileForm.inc.php.
| ProfileForm.deleteProfileImage | ( | ) |
Deletes a profile image.
Definition at line 49 of file ProfileForm.inc.php.
| ProfileForm.display | ( | ) |
Display the form.
Definition at line 102 of file ProfileForm.inc.php.
References SchedConfAction.allowRegAuthor(), SchedConfAction.allowRegReader(), SchedConfAction.allowRegReviewer(), and Request.getSchedConf().
| ProfileForm.execute | ( | ) |
Save profile settings.
Definition at line 232 of file ProfileForm.inc.php.
References SchedConfAction.allowRegAuthor(), SchedConfAction.allowRegReader(), SchedConfAction.allowRegReviewer(), Request.getSchedConf(), Validation.isAuthor(), Validation.isReader(), and Validation.isReviewer().
| ProfileForm.initData | ( | ) |
Initialize form data from current settings.
Definition at line 166 of file ProfileForm.inc.php.
References Validation.isAuthor(), Validation.isReader(), and Validation.isReviewer().
| ProfileForm.ProfileForm | ( | ) |
Constructor.
Definition at line 28 of file ProfileForm.inc.php.
| ProfileForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 199 of file ProfileForm.inc.php.
1.7.1