MediaWiki  REL1_19
SpecialPreferences Class Reference

A special page that allows users to change their preferences. More...

Inheritance diagram for SpecialPreferences:
Collaboration diagram for SpecialPreferences:

List of all members.

Public Member Functions

 __construct ()
 execute ($par)
 Default execute method Checks user permissions, calls the function given in mFunction.
 submitReset ($formData)

Private Member Functions

 showResetForm ()

Detailed Description

A special page that allows users to change their preferences.

Definition at line 29 of file SpecialPreferences.php.


Constructor & Destructor Documentation


Member Function Documentation

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

Parameters:
$parString 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().

Here is the call graph for this function:

Definition at line 67 of file SpecialPreferences.php.

References SpecialPage\getContext(), SpecialPage\getOutput(), SpecialPage\getTitle(), and wfMsg().

Referenced by execute().

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 80 of file SpecialPreferences.php.

References $url, $user, SpecialPage\getOutput(), SpecialPage\getTitleFor(), and SpecialPage\getUser().

Here is the call graph for this function:


The documentation for this class was generated from the following file: