MediaWiki  REL1_22
DeletedContributionsPage Class Reference
Inheritance diagram for DeletedContributionsPage:
Collaboration diagram for DeletedContributionsPage:

List of all members.

Public Member Functions

 __construct ()
 execute ($par)
 Special page "deleted user contributions".
 getForm ($options)
 Generates the namespace selector form with hidden attributes.
 getSubTitle ($userObj)
 Generates the subheading with links.

Protected Member Functions

 getGroupName ()
 Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.

Detailed Description

Definition at line 275 of file SpecialDeletedContributions.php.


Constructor & Destructor Documentation


Member Function Documentation

Special page "deleted user contributions".

Shows a list of the deleted contributions of a user.

Parameters:
string$par(optional) user name of the user for which to show the contributions

Reimplemented from SpecialPage.

Definition at line 287 of file SpecialDeletedContributions.php.

Referenced by __construct().

Generates the namespace selector form with hidden attributes.

Parameters:
array$optionsthe options to be included.
Returns:
string

Definition at line 494 of file SpecialDeletedContributions.php.

Referenced by __construct().

Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.

Returns:
string
Since:
1.21

Reimplemented from SpecialPage.

Definition at line 560 of file SpecialDeletedContributions.php.

Generates the subheading with links.

Parameters:
$userObjUser object for the target
Returns:
String: appropriately-escaped HTML to be output literally
Todo:
FIXME: Almost the same as contributionsSub in SpecialContributions.php. Could be combined.

Definition at line 381 of file SpecialDeletedContributions.php.

Referenced by __construct().


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