MediaWiki  1.34.0
ImportSource.php
Go to the documentation of this file.
1 <?php
32 interface ImportSource {
33 
40  function atEnd();
41 
50  function readChunk();
51 }
ImportSource\readChunk
readChunk()
Return a chunk of the input, as a (possibly empty) string.
ImportSource\atEnd
atEnd()
Indicates whether the end of the input has been reached.
ImportSource
Source interface for XML import.
Definition: ImportSource.php:32