MediaWiki
REL1_22
|
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'. |
Definition at line 275 of file SpecialDeletedContributions.php.
Definition at line 276 of file SpecialDeletedContributions.php.
References $options, $out, $tools, $user, action, array(), block, SpecialPage\displayRestrictionError(), execute(), form, SpecialPage\getContext(), getForm(), SpecialPage\getLanguage(), SpecialPage\getOutput(), SpecialPage\getRequest(), SpecialPage\getSkin(), getSubTitle(), SpecialPage\getTitleFor(), SpecialPage\getUser(), global, in, IP\isIPAddress(), label, Linker\link(), Linker\linkKnown(), SpecialPage\msg(), SpecialPage\name(), User\newFromName(), SpecialPage\outputHeader(), SpecialPage\setHeaders(), LogEventsList\showLogExtract(), text, title, user, SpecialPage\userCanExecute(), wfGetLB(), and wfRunHooks().
DeletedContributionsPage::execute | ( | $ | par | ) |
Special page "deleted user contributions".
Shows a list of the deleted contributions of a user.
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().
DeletedContributionsPage::getForm | ( | $ | options | ) |
Generates the namespace selector form with hidden attributes.
array | $options | the options to be included. |
Definition at line 494 of file SpecialDeletedContributions.php.
Referenced by __construct().
DeletedContributionsPage::getGroupName | ( | ) | [protected] |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.
Reimplemented from SpecialPage.
Definition at line 560 of file SpecialDeletedContributions.php.
DeletedContributionsPage::getSubTitle | ( | $ | userObj | ) |
Generates the subheading with links.
$userObj | User object for the target |
Definition at line 381 of file SpecialDeletedContributions.php.
Referenced by __construct().