MediaWiki  1.28.1
ImportStringSource Class Reference

Used for importing XML dumps where the content of the dump is in a string. More...

Inheritance diagram for ImportStringSource:
Collaboration diagram for ImportStringSource:

Public Member Functions

 __construct ($string)
 
 atEnd ()
 
 readChunk ()
 

Detailed Description

Used for importing XML dumps where the content of the dump is in a string.

This class is ineffecient, and should only be used for small dumps. For larger dumps, ImportStreamSource should be used instead.

Definition at line 34 of file ImportStringSource.php.

Constructor & Destructor Documentation

ImportStringSource::__construct (   $string)

Definition at line 35 of file ImportStringSource.php.

Member Function Documentation

ImportStringSource::atEnd ( )
Returns
bool

Implements ImportSource.

Definition at line 43 of file ImportStringSource.php.

Referenced by readChunk().

ImportStringSource::readChunk ( )
Returns
bool|string

Implements ImportSource.

Definition at line 50 of file ImportStringSource.php.

References atEnd().


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