MediaWiki  1.29.1
ImportStreamSource Class Reference

Imports a XML dump from a file (either from file upload, files on disk, or HTTP) More...

Inheritance diagram for ImportStreamSource:
Collaboration diagram for ImportStreamSource:

Public Member Functions

 __construct ( $handle)
 
 atEnd ()
 
 readChunk ()
 

Static Public Member Functions

static newFromFile ( $filename)
 
static newFromInterwiki ( $interwiki, $page, $history=false, $templates=false, $pageLinkDepth=0)
 
static newFromUpload ( $fieldname="xmlimport")
 
static newFromURL ( $url, $method='GET')
 

Detailed Description

Imports a XML dump from a file (either from file upload, files on disk, or HTTP)

Definition at line 32 of file ImportStreamSource.php.

Constructor & Destructor Documentation

◆ __construct()

ImportStreamSource::__construct (   $handle)

Definition at line 33 of file ImportStreamSource.php.

Member Function Documentation

◆ atEnd()

ImportStreamSource::atEnd ( )
Returns
bool

Implements ImportSource.

Definition at line 40 of file ImportStreamSource.php.

◆ newFromFile()

static ImportStreamSource::newFromFile (   $filename)
static
Parameters
string$filename
Returns
Status

Definition at line 55 of file ImportStreamSource.php.

References StatusValue\newFatal(), and StatusValue\newGood().

Referenced by newFromUpload(), and ImportLinkCacheIntegrationTest\setUp().

◆ newFromInterwiki()

static ImportStreamSource::newFromInterwiki (   $interwiki,
  $page,
  $history = false,
  $templates = false,
  $pageLinkDepth = 0 
)
static
Parameters
string$interwiki
string$page
bool$history
bool$templates
int$pageLinkDepth
Returns
Status

Definition at line 142 of file ImportStreamSource.php.

References $link, $page, $params, StatusValue\newFatal(), newFromURL(), and wfAppendQuery().

Referenced by SpecialImport\doImport(), and ApiImport\execute().

◆ newFromUpload()

static ImportStreamSource::newFromUpload (   $fieldname = "xmlimport")
static
Parameters
string$fieldname
Returns
Status

Definition at line 69 of file ImportStreamSource.php.

References $fname, StatusValue\newFatal(), and newFromFile().

Referenced by SpecialImport\doImport(), and ApiImport\execute().

◆ newFromURL()

static ImportStreamSource::newFromURL (   $url,
  $method = 'GET' 
)
static
Parameters
string$url
string$method
Returns
Status

Definition at line 107 of file ImportStreamSource.php.

References global, StatusValue\newFatal(), StatusValue\newGood(), Http\request(), and wfDebug().

Referenced by newFromInterwiki().

◆ readChunk()

ImportStreamSource::readChunk ( )
Returns
string

Implements ImportSource.

Definition at line 47 of file ImportStreamSource.php.


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