Inherits QueryPage.
Public Member Functions | |
getName () | |
Name of the report. | |
isExpensive () | |
Is this report expensive, i.e should it be cached? | |
isSyndicated () | |
Is there a feed available? | |
sortDescending () | |
Sort the results in descending order? | |
getSql () | |
Generate SQL for the report. | |
preprocessResults ($db, $res) | |
Pre-cache page existence to speed up link generation. | |
formatResult ($skin, $result) | |
Format a result row. | |
Private Member Functions | |
makeWlhLink ($title, $skin, $result) | |
Make a "what links here" link for a given title. |
"most used" templates
Definition at line 14 of file SpecialMostlinkedtemplates.php.
SpecialMostlinkedtemplates::formatResult | ( | $ | skin, | |
$ | result | |||
) |
Format a result row.
Reimplemented from QueryPage.
Definition at line 93 of file SpecialMostlinkedtemplates.php.
References $result, $title, Title::makeTitleSafe(), makeWlhLink(), and wfSpecialList().
SpecialMostlinkedtemplates::getName | ( | ) |
Name of the report.
Reimplemented from QueryPage.
Definition at line 21 of file SpecialMostlinkedtemplates.php.
Referenced by getSql().
SpecialMostlinkedtemplates::getSql | ( | ) |
SpecialMostlinkedtemplates::isExpensive | ( | ) |
Is this report expensive, i.e should it be cached?
Reimplemented from QueryPage.
Definition at line 30 of file SpecialMostlinkedtemplates.php.
SpecialMostlinkedtemplates::isSyndicated | ( | ) |
Is there a feed available?
Reimplemented from QueryPage.
Definition at line 39 of file SpecialMostlinkedtemplates.php.
SpecialMostlinkedtemplates::makeWlhLink | ( | $ | title, | |
$ | skin, | |||
$ | result | |||
) | [private] |
Make a "what links here" link for a given title.
Title | $title Title to make the link for | |
Skin | $skin Skin to use | |
object | $result Result row |
Definition at line 111 of file SpecialMostlinkedtemplates.php.
References $result, $title, $wgLang, SpecialPage::getTitleFor(), and wfMsgExt().
Referenced by formatResult().
SpecialMostlinkedtemplates::preprocessResults | ( | $ | db, | |
$ | res | |||
) |
SpecialMostlinkedtemplates::sortDescending | ( | ) |
Sort the results in descending order?
Reimplemented from QueryPage.
Definition at line 48 of file SpecialMostlinkedtemplates.php.