MediaWiki REL1_39
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 35 of file ImportStreamSource.php.

Constructor & Destructor Documentation

◆ __construct()

ImportStreamSource::__construct ( $handle)
Parameters
resource$handle

Definition at line 42 of file ImportStreamSource.php.

Member Function Documentation

◆ atEnd()

ImportStreamSource::atEnd ( )
Returns
bool

Implements ImportSource.

Definition at line 49 of file ImportStreamSource.php.

◆ newFromFile()

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

Definition at line 64 of file ImportStreamSource.php.

References $file.

Referenced by newFromUpload().

◆ 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 153 of file ImportStreamSource.php.

References newFromURL(), and wfAppendQuery().

Referenced by ApiImport\execute().

◆ newFromUpload()

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

Definition at line 78 of file ImportStreamSource.php.

References newFromFile().

Referenced by ApiImport\execute().

◆ newFromURL()

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

Definition at line 117 of file ImportStreamSource.php.

References $file, and wfDebug().

Referenced by newFromInterwiki().

◆ readChunk()

ImportStreamSource::readChunk ( )
Returns
string

Implements ImportSource.

Definition at line 56 of file ImportStreamSource.php.


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