36 private $mResultArr = [];
50 if ( $pageIdentity ===
null ) {
51 # Invalid or non-importable title
52 $r[
'title'] = $pageInfo[
'title'];
57 $r[
'revisions'] = (int)$successCount;
60 $this->mResultArr[] = $r;
63 parent::reportPage( $pageIdentity, $foreignTitle, $revisionCount, $successCount, $pageInfo );
67 return $this->mResultArr;
72class_alias( ApiImportReporter::class,
'ApiImportReporter' );
Interface for objects (potentially) representing an editable wiki page.