Public Member Functions | |
| deleteProfileImage () | |
| display () | |
| execute () | |
| getLocaleFieldNames () | |
| initData () | |
| ProfileForm () | |
| readInputData () | |
| uploadProfileImage () | |
Public Attributes | |
| $user | |
Definition at line 20 of file ProfileForm.inc.php.
| ProfileForm.deleteProfileImage | ( | ) |
| ProfileForm.display | ( | ) |
Display the form.
Definition at line 102 of file ProfileForm.inc.php.
References $user, SchedConfAction.allowRegAuthor(), SchedConfAction.allowRegReader(), SchedConfAction.allowRegReviewer(), and Request.getSchedConf().
| ProfileForm.execute | ( | ) |
Save profile settings.
Definition at line 232 of file ProfileForm.inc.php.
References $user, 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 $user, Validation.isAuthor(), Validation.isReader(), and Validation.isReviewer().
| ProfileForm.ProfileForm | ( | ) |
| ProfileForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 199 of file ProfileForm.inc.php.
1.4.7