MediaWiki  REL1_19
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 247 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.

Returns:
none
Parameters:
$parString: (optional) user name of the user for which to show the contributions

Reimplemented from SpecialPage.

Definition at line 260 of file SpecialDeletedContributions.php.

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

Here is the call graph for this function:

Generates the namespace selector form with hidden attributes.

Parameters:
$optionsArray: the options to be included.

Definition at line 454 of file SpecialDeletedContributions.php.

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

Referenced by execute().

Here is the call graph for this function:

Here is the caller graph for this function:

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 343 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(), User\newFromId(), LogEventsList\showLogExtract(), and wfRunHooks().

Referenced by execute().

Here is the call graph for this function:

Here is the caller graph for this function:


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