MediaWiki
REL1_24
|
Public Member Functions | |
__construct ($handle) | |
atEnd () | |
readChunk () | |
Static Public Member Functions | |
static | newFromFile ($filename) |
static | newFromInterwiki ($interwiki, $page, $history=false, $templates=false, $pageLinkDepth=0) |
static | newFromUpload ($fieldname="xmlimport") |
static | newFromURL ($url, $method= 'GET') |
ImportStreamSource::__construct | ( | $ | handle | ) |
Definition at line 1650 of file Import.php.
static ImportStreamSource::newFromFile | ( | $ | filename | ) | [static] |
string | $filename |
Definition at line 1672 of file Import.php.
Referenced by ImportTest\getInputStreamSource().
static ImportStreamSource::newFromInterwiki | ( | $ | interwiki, |
$ | page, | ||
$ | history = false , |
||
$ | templates = false , |
||
$ | pageLinkDepth = 0 |
||
) | [static] |
string | $interwiki | |
string | $page | |
bool | $history | |
bool | $templates | |
int | $pageLinkDepth |
Definition at line 1750 of file Import.php.
Referenced by SpecialImport\doImport(), and ApiImport\execute().
static ImportStreamSource::newFromUpload | ( | $ | fieldname = "xmlimport" | ) | [static] |
string | $fieldname |
Definition at line 1686 of file Import.php.
Referenced by SpecialImport\doImport(), and ApiImport\execute().
static ImportStreamSource::newFromURL | ( | $ | url, |
$ | method = 'GET' |
||
) | [static] |
Definition at line 1664 of file Import.php.