|
MediaWiki
REL1_20
|
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 | |
| 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 442 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::getPrevNext | ( | $ | prevId, |
| $ | nextId | ||
| ) |
Definition at line 355 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::listEnd | ( | ) | [protected] |
Definition at line 329 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::listItem | ( | $ | row, |
| $ | nt, | ||
| $ | notClose = false |
||
| ) | [protected] |
Definition at line 279 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::listStart | ( | $ | level | ) | [protected] |
Definition at line 275 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::makeSelfLink | ( | $ | text, |
| $ | query | ||
| ) |
Definition at line 346 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::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 101 of file SpecialWhatlinkshere.php.
Definition at line 385 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::wlhLink | ( | Title $ | target, |
| $ | text | ||
| ) | [protected] |
Definition at line 333 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.