|
MediaWiki
REL1_20
|
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 | ( | $ | subPage | ) |
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
| $subPage | string|null |
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 66 of file SpecialPreferences.php.
References SpecialPage\getContext(), SpecialPage\getOutput(), and SpecialPage\getTitle().
Referenced by execute().
| SpecialPreferences::submitReset | ( | $ | formData | ) |
Definition at line 79 of file SpecialPreferences.php.
References $url, $user, SpecialPage\getOutput(), SpecialPage\getTitle(), and SpecialPage\getUser().