MediaWiki REL1_32
|
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 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.
ImportStringSource::__construct | ( | $string | ) |
Definition at line 35 of file ImportStringSource.php.
ImportStringSource::atEnd | ( | ) |
Implements ImportSource.
Definition at line 43 of file ImportStringSource.php.
Referenced by readChunk().
ImportStringSource::readChunk | ( | ) |
Implements ImportSource.
Definition at line 50 of file ImportStringSource.php.
References atEnd().