|
MediaWiki
REL1_20
|


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. | |
Definition at line 253 of file SpecialDeletedContributions.php.
Definition at line 254 of file SpecialDeletedContributions.php.
| DeletedContributionsPage::execute | ( | $ | par | ) |
Special page "deleted user contributions".
Shows a list of the deleted contributions of a user.
| $par | String: (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().
| DeletedContributionsPage::getForm | ( | $ | options | ) |
Generates the namespace selector form with hidden attributes.
| $options | Array: the options to be included. |
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().
| DeletedContributionsPage::getSubTitle | ( | $ | userObj | ) |
Generates the subheading with links.
| $userObj | User object for the target |
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().