Public Member Functions | |
__construct () | |
execute ($par) | |
Special page "deleted user contributions". | |
getSubTitle ($nt, $id) | |
Generates the subheading with links. | |
getForm ($options) | |
Generates the namespace selector form with hidden attributes. |
Definition at line 189 of file SpecialDeletedContributions.php.
DeletedContributionsPage::__construct | ( | ) |
Definition at line 190 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 202 of file SpecialDeletedContributions.php.
References $ns, $options, $text, $wgLang, $wgOut, $wgRequest, $wgUser, SpecialPage::displayRestrictionError(), getForm(), getSubTitle(), User::idFromName(), IP::isIPAddress(), Title::makeTitleSafe(), SpecialPage::setHeaders(), SpecialPage::userCanExecute(), wfEmptyMsg(), wfMsg(), wfMsgExt(), and wfMsgNoTrans().
DeletedContributionsPage::getForm | ( | $ | options | ) |
Generates the namespace selector form with hidden attributes.
$options | Array: the options to be included. |
Definition at line 335 of file SpecialDeletedContributions.php.
References $name, $options, $wgRequest, $wgScript, $wgTitle, Xml::closeElement(), Xml::element(), Xml::hidden(), Xml::input(), Xml::label(), Xml::namespaceSelector(), Xml::openElement(), Xml::submitButton(), Xml::tags(), wfMsg(), and wfMsgExt().
Referenced by execute().
DeletedContributionsPage::getSubTitle | ( | $ | nt, | |
$ | id | |||
) |
Generates the subheading with links.
$nt |
Definition at line 285 of file SpecialDeletedContributions.php.
References $user, $wgLang, $wgSysopUserBans, $wgUser, SpecialPage::getTitleFor(), User::isIP(), wfEmptyMsg(), wfMsg(), wfMsgHtml(), and wfRunHooks().
Referenced by execute().