|
MediaWiki
REL1_23
|
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 38 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
| string | null | $subPage |
Reimplemented from SpecialPage.
Definition at line 42 of file SpecialWhatlinkshere.php.
Create filter panel.
Definition at line 458 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 488 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::getPrevNext | ( | $ | prevId, |
| $ | nextId | ||
| ) |
Definition at line 371 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::listEnd | ( | ) | [protected] |
Definition at line 344 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::listItem | ( | $ | row, |
| $ | nt, | ||
| $ | notClose = false |
||
| ) | [protected] |
Definition at line 287 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::listStart | ( | $ | level | ) | [protected] |
Definition at line 283 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::makeSelfLink | ( | $ | text, |
| $ | query | ||
| ) |
Definition at line 362 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 401 of file SpecialWhatlinkshere.php.
| SpecialWhatLinksHere::wlhLink | ( | Title $ | target, |
| $ | text | ||
| ) | [protected] |
Definition at line 348 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::$limits = array( 20, 50, 100, 250, 500 ) [protected] |
Definition at line 36 of file SpecialWhatlinkshere.php.
FormOptions SpecialWhatLinksHere::$opts [protected] |
*
Definition at line 30 of file SpecialWhatlinkshere.php.
SpecialWhatLinksHere::$selfTitle [protected] |
Definition at line 32 of file SpecialWhatlinkshere.php.
Title SpecialWhatLinksHere::$target [protected] |
*
Definition at line 34 of file SpecialWhatlinkshere.php.