MediaWiki
REL1_39
ImportSource.php
Go to the documentation of this file.
1
<?php
32
interface
ImportSource
{
33
40
public
function
atEnd
();
41
50
public
function
readChunk
();
51
}
ImportSource
Source interface for XML import.
Definition
ImportSource.php:32
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.
includes
import
ImportSource.php
Generated on Thu Nov 21 2024 05:23:03 for MediaWiki by
1.10.0