MediaWiki
REL1_22
|
Implements Special:Whatlinkshere. More...
Public Member Functions | |
__construct () | |
execute ($par) | |
Default execute method Checks user permissions, calls the function given in mFunction. | |
getFilterPanel () | |
Create filter panel. | |
getPrevNext ($prevId, $nextId) | |
makeSelfLink ($text, $query) | |
showIndirectLinks ($level, $target, $limit, $from=0, $back=0) | |
whatlinkshereForm () | |
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'. | |
listEnd () | |
listItem ($row, $nt, $notClose=false) | |
listStart ($level) | |
wlhLink (Title $target, $text) | |
Protected Attributes | |
$limits = array( 20, 50, 100, 250, 500 ) | |
FormOptions | $opts |
$selfTitle | |
Title | $target |
Implements Special:Whatlinkshere.
Definition at line 29 of file SpecialWhatlinkshere.php.
Definition at line 43 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::execute | ( | $ | subPage | ) |
Default execute method Checks user permissions, calls the function given in mFunction.
This must be overridden by subclasses; it will be made abstract in a future version
$subPage | string|null |
Reimplemented from SpecialPage.
Definition at line 47 of file SpecialWhatlinkshere.php.
Create filter panel.
Definition at line 450 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::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 475 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::getPrevNext | ( | $ | prevId, |
$ | nextId | ||
) |
Definition at line 363 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::listEnd | ( | ) | [protected] |
Definition at line 336 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::listItem | ( | $ | row, |
$ | nt, | ||
$ | notClose = false |
||
) | [protected] |
Definition at line 283 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::listStart | ( | $ | level | ) | [protected] |
Definition at line 279 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::makeSelfLink | ( | $ | text, |
$ | query | ||
) |
Definition at line 354 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::showIndirectLinks | ( | $ | level, |
$ | target, | ||
$ | limit, | ||
$ | from = 0 , |
||
$ | back = 0 |
||
) |
int | $level | Recursion level |
Title | $target | Target title |
int | $limit | Number of entries to display |
int | $from | Display from this article ID (default: 0) |
int | $back | Display from this article ID at backwards scrolling (default: 0) |
Definition at line 101 of file SpecialWhatlinkshere.php.
Definition at line 393 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::wlhLink | ( | Title $ | target, |
$ | text | ||
) | [protected] |
Definition at line 340 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::$limits = array( 20, 50, 100, 250, 500 ) [protected] |
Definition at line 41 of file SpecialWhatlinkshere.php.
FormOptions SpecialWhatLinksHere::$opts [protected] |
Definition at line 33 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::$selfTitle [protected] |
Definition at line 35 of file SpecialWhatlinkshere.php.
Title SpecialWhatLinksHere::$target [protected] |
Definition at line 39 of file SpecialWhatlinkshere.php.