MediaWiki  REL1_20
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.

Detailed Description

Definition at line 253 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:
$parString: (optional) user name of the user for which to show the contributions

Reimplemented from SpecialPage.

Definition at line 265 of file SpecialDeletedContributions.php.

References $options, $out, $user, SpecialPage\displayRestrictionError(), SpecialPage\getContext(), getForm(), SpecialPage\getOutput(), SpecialPage\getRequest(), SpecialPage\getSkin(), getSubTitle(), SpecialPage\getUser(), IP\isIPAddress(), SpecialPage\msg(), User\newFromName(), SpecialPage\outputHeader(), SpecialPage\setHeaders(), SpecialPage\userCanExecute(), and wfGetLB().

Generates the namespace selector form with hidden attributes.

Parameters:
$optionsArray: the options to be included.
Returns:
string

Definition at line 470 of file SpecialDeletedContributions.php.

References $f, $options, $value, Xml\closeElement(), Xml\element(), SpecialPage\getTitle(), Html\hidden(), Html\input(), SpecialPage\msg(), Html\namespaceSelector(), Xml\openElement(), Xml\submitButton(), and Xml\tags().

Referenced by execute().

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 350 of file SpecialDeletedContributions.php.

References $out, $user, SpecialPage\getContext(), SpecialPage\getLanguage(), SpecialPage\getOutput(), SpecialPage\getTitleFor(), SpecialPage\getUser(), IP\isIPAddress(), Linker\link(), Linker\linkKnown(), SpecialPage\msg(), LogEventsList\showLogExtract(), and wfRunHooks().

Referenced by execute().


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