MediaWiki REL1_39
|
Used for importing XML dumps where the content of the dump is in a string. More...
Public Member Functions | |
__construct ( $string) | |
atEnd () | |
readChunk () | |
Used for importing XML dumps where the content of the dump is in a string.
This class is inefficient, and should only be used for small dumps. For larger dumps, ImportStreamSource should be used instead.
Definition at line 34 of file ImportStringSource.php.
ImportStringSource::__construct | ( | $string | ) |
string | $string |
Definition at line 44 of file ImportStringSource.php.
ImportStringSource::atEnd | ( | ) |
Implements ImportSource.
Definition at line 51 of file ImportStringSource.php.
Referenced by readChunk().
ImportStringSource::readChunk | ( | ) |
Implements ImportSource.
Definition at line 58 of file ImportStringSource.php.
References atEnd().