Public Member Functions | |
WhatLinksHerePage ($request, $par=null) | |
execute () | |
showIndirectLinks ($level, $target, $limit, $from=0, $back=0) | |
makeSelfLink ($text, $query) | |
getPrevNext ($prevId, $nextId) | |
whatlinkshereForm () | |
getFilterPanel () | |
Protected Member Functions | |
listStart () | |
listItem ($row, $nt, $notClose=false) | |
listEnd () | |
wlhLink (Title $target, $text) | |
Protected Attributes | |
$par | |
$opts | |
$target | |
$selfTitle | |
$skin | |
$request | |
$limits = array( 20, 50, 100, 250, 500 ) |
Definition at line 23 of file SpecialWhatlinkshere.php.
WhatLinksHerePage::execute | ( | ) |
Definition at line 42 of file SpecialWhatlinkshere.php.
References $opts, $wgOut, SpecialPage::getTitleFor(), FormOptions::INTNULL, Title::newFromURL(), showIndirectLinks(), wfMsg(), and whatlinkshereForm().
WhatLinksHerePage::getFilterPanel | ( | ) |
Definition at line 391 of file SpecialWhatlinkshere.php.
References $changed, $msg, $type, $wgLang, Xml::fieldset(), makeSelfLink(), wfArrayToCGI(), wfMsg(), and wfMsgHtml().
Referenced by showIndirectLinks().
WhatLinksHerePage::getPrevNext | ( | $ | prevId, | |
$ | nextId | |||
) |
Definition at line 317 of file SpecialWhatlinkshere.php.
References $changed, $wgLang, makeSelfLink(), wfArrayToCGI(), wfMsgExt(), and wfMsgHtml().
Referenced by showIndirectLinks().
WhatLinksHerePage::listEnd | ( | ) | [protected] |
Definition at line 300 of file SpecialWhatlinkshere.php.
References Xml::closeElement().
Referenced by showIndirectLinks().
WhatLinksHerePage::listItem | ( | $ | row, | |
$ | nt, | |||
$ | notClose = false | |||
) | [protected] |
Definition at line 262 of file SpecialWhatlinkshere.php.
References $msg, $row, Xml::openElement(), Xml::tags(), wfMsgExt(), wlhLink(), and Xml::wrapClass().
Referenced by showIndirectLinks().
WhatLinksHerePage::listStart | ( | ) | [protected] |
Definition at line 258 of file SpecialWhatlinkshere.php.
References Xml::openElement().
Referenced by showIndirectLinks().
WhatLinksHerePage::makeSelfLink | ( | $ | text, | |
$ | query | |||
) |
Definition at line 313 of file SpecialWhatlinkshere.php.
References $text.
Referenced by getFilterPanel(), and getPrevNext().
WhatLinksHerePage::showIndirectLinks | ( | $ | level, | |
$ | target, | |||
$ | limit, | |||
$ | from = 0 , |
|||
$ | back = 0 | |||
) |
$level | int Recursion level | |
$target | Title Target title | |
$limit | int Number of entries to display | |
$from | Title Display from this article ID | |
$back | Title Display from this article ID at backwards scrolling |
Definition at line 91 of file SpecialWhatlinkshere.php.
References $dbr, $fields, $numRows, $options, $row, $rows, $target, $wgMaxRedirectLinksRetrieved, $wgOut, Xml::closeElement(), getFilterPanel(), getPrevNext(), listEnd(), listItem(), listStart(), Title::makeTitle(), wfGetDB(), and whatlinkshereForm().
Referenced by execute().
WhatLinksHerePage::whatlinkshereForm | ( | ) |
Definition at line 348 of file SpecialWhatlinkshere.php.
References $name, $target, $wgScript, $wgTitle, Xml::closeElement(), Xml::fieldset(), Xml::hidden(), Xml::inputLabel(), Xml::label(), Xml::namespaceSelector(), Xml::openElement(), Xml::submitButton(), and wfMsg().
Referenced by execute(), and showIndirectLinks().
WhatLinksHerePage::WhatLinksHerePage | ( | $ | request, | |
$ | par = null | |||
) |
WhatLinksHerePage::wlhLink | ( | Title $ | target, | |
$ | text | |||
) | [protected] |
Definition at line 304 of file SpecialWhatlinkshere.php.
References $text, $title, and SpecialPage::getTitleFor().
Referenced by listItem().
WhatLinksHerePage::$limits = array( 20, 50, 100, 250, 500 ) [protected] |
Definition at line 33 of file SpecialWhatlinkshere.php.
WhatLinksHerePage::$opts [protected] |
WhatLinksHerePage::$par [protected] |
WhatLinksHerePage::$request [protected] |
WhatLinksHerePage::$selfTitle [protected] |
Definition at line 28 of file SpecialWhatlinkshere.php.
WhatLinksHerePage::$skin [protected] |
Definition at line 31 of file SpecialWhatlinkshere.php.
WhatLinksHerePage::$target [protected] |
Definition at line 28 of file SpecialWhatlinkshere.php.
Referenced by showIndirectLinks(), and whatlinkshereForm().