MediaWiki
REL1_19
|
A special page that allows users to change their preferences. More...
Public Member Functions | |
__construct () | |
execute ($par) | |
Default execute method Checks user permissions, calls the function given in mFunction. | |
submitReset ($formData) | |
Private Member Functions | |
showResetForm () |
A special page that allows users to change their preferences.
Definition at line 29 of file SpecialPreferences.php.
Definition at line 30 of file SpecialPreferences.php.
SpecialPreferences::execute | ( | $ | par | ) |
Default execute method Checks user permissions, calls the function given in mFunction.
This must be overridden by subclasses; it will be made abstract in a future version
$par | String subpage string, if one was specified |
Reimplemented from SpecialPage.
Definition at line 34 of file SpecialPreferences.php.
References $out, $user, SpecialPage\checkReadOnly(), SpecialPage\getContext(), Preferences\getFormObject(), SpecialPage\getOutput(), SpecialPage\getRequest(), SpecialPage\getTitle(), SpecialPage\getUser(), SpecialPage\outputHeader(), SpecialPage\setHeaders(), and showResetForm().
SpecialPreferences::showResetForm | ( | ) | [private] |
Definition at line 67 of file SpecialPreferences.php.
References SpecialPage\getContext(), SpecialPage\getOutput(), SpecialPage\getTitle(), and wfMsg().
Referenced by execute().
SpecialPreferences::submitReset | ( | $ | formData | ) |
Definition at line 80 of file SpecialPreferences.php.
References $url, $user, SpecialPage\getOutput(), SpecialPage\getTitleFor(), and SpecialPage\getUser().