MediaWiki  1.29.2
ImportReporter Class Reference

Reporting callback. More...

Inheritance diagram for ImportReporter:
Collaboration diagram for ImportReporter:

Public Member Functions

 __construct ( $importer, $upload, $interwiki, $reason=false)
 
 close ()
 
 open ()
 
 reportLogItem ()
 
 reportNotice ( $msg, array $params)
 
 reportPage ( $title, $foreignTitle, $revisionCount, $successCount, $pageInfo)
 
 setChangeTags (array $tags)
 Sets change tags to apply to the import log entry and null revision. More...
 
- Public Member Functions inherited from ContextSource
 canUseWikiPage ()
 Check whether a WikiPage object can be get with getWikiPage(). More...
 
 exportSession ()
 Export the resolved user IP, HTTP headers, user ID, and session ID. More...
 
 getConfig ()
 Get the Config object. More...
 
 getContext ()
 Get the base IContextSource object. More...
 
 getLanguage ()
 Get the Language object. More...
 
 getOutput ()
 Get the OutputPage object. More...
 
 getRequest ()
 Get the WebRequest object. More...
 
 getSkin ()
 Get the Skin object. More...
 
 getStats ()
 Get the Stats object. More...
 
 getTiming ()
 Get the Timing object. More...
 
 getTitle ()
 Get the Title object. More...
 
 getUser ()
 Get the User object. More...
 
 getWikiPage ()
 Get the WikiPage object. More...
 
 msg ()
 Get a Message object with context set Parameters are the same as wfMessage() More...
 
 setContext (IContextSource $context)
 Set the IContextSource object. More...
 

Private Attributes

 $logTags = []
 
 $mLogItemCount = 0
 
 $mOriginalLogCallback = null
 
 $mOriginalPageOutCallback = null
 
 $reason = false
 

Detailed Description

Reporting callback.

Definition at line 537 of file SpecialImport.php.

Constructor & Destructor Documentation

◆ __construct()

ImportReporter::__construct (   $importer,
  $upload,
  $interwiki,
  $reason = false 
)
Parameters
WikiImporter$importer
bool$upload
string$interwiki
string | bool$reason

Definition at line 550 of file SpecialImport.php.

References $reason, and reason().

Member Function Documentation

◆ close()

ImportReporter::close ( )

◆ open()

ImportReporter::open ( )

Definition at line 572 of file SpecialImport.php.

References ContextSource\getOutput().

◆ reportLogItem()

ImportReporter::reportLogItem ( )

Definition at line 582 of file SpecialImport.php.

◆ reportNotice()

ImportReporter::reportNotice (   $msg,
array  $params 
)

◆ reportPage()

ImportReporter::reportPage (   $title,
  $foreignTitle,
  $revisionCount,
  $successCount,
  $pageInfo 
)
Parameters
Title$title
ForeignTitle$foreignTitle
int$revisionCount
int$successCount
array$pageInfo
Returns
void

Reimplemented in ApiImportReporter.

Definition at line 597 of file SpecialImport.php.

References $args, $linkRenderer, $page, $reason, $title, captcha-old\count, DB_MASTER, WikiPage\factory(), ContextSource\getOutput(), ContextSource\getUser(), ContextSource\msg(), Revision\newNullRevision(), reason(), Hooks\run(), and wfGetDB().

◆ setChangeTags()

ImportReporter::setChangeTags ( array  $tags)

Sets change tags to apply to the import log entry and null revision.

Parameters
array$tags
Since
1.29

Definition at line 568 of file SpecialImport.php.

Member Data Documentation

◆ $logTags

ImportReporter::$logTags = []
private

Definition at line 539 of file SpecialImport.php.

◆ $mLogItemCount

ImportReporter::$mLogItemCount = 0
private

Definition at line 542 of file SpecialImport.php.

◆ $mOriginalLogCallback

ImportReporter::$mOriginalLogCallback = null
private

Definition at line 540 of file SpecialImport.php.

◆ $mOriginalPageOutCallback

ImportReporter::$mOriginalPageOutCallback = null
private

Definition at line 541 of file SpecialImport.php.

◆ $reason

ImportReporter::$reason = false
private

Definition at line 538 of file SpecialImport.php.

Referenced by __construct(), and reportPage().


The documentation for this class was generated from the following file: