Inherited by ApiImportReporter.
Public Member Functions | |
__construct ($importer, $upload, $interwiki, $reason=false) | |
open () | |
reportPage ($title, $origTitle, $revisionCount, $successCount) | |
close () | |
Private Attributes | |
$reason = false |
Definition at line 275 of file SpecialImport.php.
ImportReporter::__construct | ( | $ | importer, | |
$ | upload, | |||
$ | interwiki, | |||
$ | reason = false | |||
) |
ImportReporter::close | ( | ) |
ImportReporter::open | ( | ) |
ImportReporter::reportPage | ( | $ | title, | |
$ | origTitle, | |||
$ | revisionCount, | |||
$ | successCount | |||
) |
Reimplemented in ApiImportReporter.
Definition at line 291 of file SpecialImport.php.
References $dbw, $title, $wgContLang, $wgLang, $wgOut, $wgUser, Revision::newNullRevision(), wfGetDB(), wfMsgExt(), wfMsgForContent(), wfMsgHtml(), and wfRunHooks().
ImportReporter::$reason = false [private] |