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