[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Implements Special:Mostlinkedtemplates This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Author: | Rob Church <[email protected]> |
File Size: | 139 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MostlinkedTemplatesPage:: (9 methods):
__construct()
isExpensive()
isSyndicated()
sortDescending()
getQueryInfo()
preprocessResults()
formatResult()
makeWlhLink()
getGroupName()
Class: MostlinkedTemplatesPage - X-Ref
Special page lists templates with a large number of__construct( $name = 'Mostlinkedtemplates' ) X-Ref |
No description |
isExpensive() X-Ref |
Is this report expensive, i.e should it be cached? return: bool |
isSyndicated() X-Ref |
Is there a feed available? return: bool |
sortDescending() X-Ref |
Sort the results in descending order? return: bool |
getQueryInfo() X-Ref |
No description |
preprocessResults( $db, $res ) X-Ref |
Pre-cache page existence to speed up link generation param: DatabaseBase $db param: ResultWrapper $res |
formatResult( $skin, $result ) X-Ref |
Format a result row param: Skin $skin param: object $result Result row return: string |
makeWlhLink( $title, $result ) X-Ref |
Make a "what links here" link for a given title param: Title $title Title to make the link for param: object $result Result row return: string |
getGroupName() X-Ref |
No description |
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |