Public Member Functions | |
__construct () | |
execute ($par) | |
Default execute method Checks user permissions, calls the function given in mFunction. | |
showResetForm () | |
Static Public Member Functions | |
static | submitReset ($formData) |
Definition at line 3 of file SpecialPreferences.php.
SpecialPreferences::__construct | ( | ) |
Definition at line 4 of file SpecialPreferences.php.
SpecialPreferences::execute | ( | $ | par | ) |
Default execute method Checks user permissions, calls the function given in mFunction.
This may be overridden by subclasses.
Reimplemented from SpecialPage.
Definition at line 8 of file SpecialPreferences.php.
References $wgOut, $wgRequest, $wgUser, Preferences::getFormObject(), SpecialPage::getTitle(), SpecialPage::outputHeader(), SpecialPage::setHeaders(), showResetForm(), and wfReadOnly().
SpecialPreferences::showResetForm | ( | ) |
Definition at line 49 of file SpecialPreferences.php.
References $wgOut, SpecialPage::getTitle(), and wfMsg().
Referenced by execute().
static SpecialPreferences::submitReset | ( | $ | formData | ) | [static] |
Definition at line 64 of file SpecialPreferences.php.
References $url, $wgOut, $wgUser, and SpecialPage::getTitleFor().