[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Implements Special:Import Copyright © 2003,2005 Brion Vibber <[email protected]> https://www.mediawiki.org/
File Size: | 604 lines (17 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
SpecialImport:: (5 methods):
__construct()
execute()
doImport()
showForm()
getGroupName()
ImportReporter:: (6 methods):
__construct()
open()
reportNotice()
reportLogItem()
reportPage()
close()
Class: ImportReporter - X-Ref
Reporting callback__construct( $importer, $upload, $interwiki, $reason = false ) X-Ref |
param: WikiImporter $importer param: bool $upload param: string $interwiki param: string|bool $reason |
open() X-Ref |
No description |
reportNotice( $msg, array $params ) X-Ref |
No description |
reportLogItem( ) X-Ref |
No description |
reportPage( $title, $origTitle, $revisionCount, $successCount, $pageInfo ) X-Ref |
param: Title $title param: Title $origTitle param: int $revisionCount param: int $successCount param: array $pageInfo return: void |
close() X-Ref |
No description |
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |