Form to edit user profile. More...
Public Member Functions | |
| deleteProfileImage () | |
| display ($args, &$request) | |
| execute ($request) | |
| getUser () | |
| initData (&$args, &$request) | |
| ProfileForm ($user) | |
| readInputData () | |
Form to edit user profile.
Definition at line 19 of file ProfileForm.inc.php.
| ProfileForm.deleteProfileImage | ( | ) |
| ProfileForm.display | ( | $ | args, | |
| &$ | request | |||
| ) |
| ProfileForm.execute | ( | $ | request | ) |
Save profile settings.
Definition at line 232 of file ProfileForm.inc.php.
| ProfileForm.getUser | ( | ) |
Get the user associated with this profile
Definition at line 46 of file ProfileForm.inc.php.
Referenced by deleteProfileImage(), display(), and initData().
| ProfileForm.initData | ( | &$ | args, | |
| &$ | request | |||
| ) |
Initialize form data from current settings.
| $args | array | |
| $request | PKPRequest |
Definition at line 161 of file ProfileForm.inc.php.
References getUser().
| ProfileForm.ProfileForm | ( | $ | user | ) |
Constructor.
Definition at line 27 of file ProfileForm.inc.php.
| ProfileForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 193 of file ProfileForm.inc.php.
1.7.1