[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Implements Special:Wantedfiles Copyright © 2008 Soxred93
Author: | Soxred93 <[email protected]> |
File Size: | 151 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WantedFilesPage:: (7 methods):
__construct()
getPageHeader()
likelyToHaveFalsePositives()
forceExistenceCheck()
existenceCheck()
getQueryInfo()
getGroupName()
Class: WantedFilesPage - X-Ref
Querypage that lists the most wanted files__construct( $name = 'Wantedfiles' ) X-Ref |
No description |
getPageHeader() X-Ref |
No description |
likelyToHaveFalsePositives() X-Ref |
Whether foreign repos are likely to cause false positives In its own function to allow subclasses to override. |
forceExistenceCheck() X-Ref |
KLUGE: The results may contain false positives for files that exist e.g. in a shared repo. Setting this at least keeps them from showing up as redlinks in the output, even if it doesn't fix the real problem (bug 6220). return: bool |
existenceCheck( Title $title ) X-Ref |
Does the file exist? Use wfFindFile so we still think file namespace pages without files are missing, but valid file redirects and foreign files are ok. return: boolean |
getQueryInfo() X-Ref |
No description |
getGroupName() X-Ref |
No description |
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |