Imports a XML dump from a file (either from file upload, files on disk, or HTTP)
More...
Inherits ImportSource.
Imports a XML dump from a file (either from file upload, files on disk, or HTTP)
Definition at line 22 of file ImportStreamSource.php.
◆ __construct()
| ImportStreamSource::__construct |
( |
| $handle | ) |
|
◆ atEnd()
| ImportStreamSource::atEnd |
( |
| ) |
|
◆ isSeekable()
| ImportStreamSource::isSeekable |
( |
| ) |
|
◆ newFromFile()
| static ImportStreamSource::newFromFile |
( |
| $filename | ) |
|
|
static |
◆ newFromInterwiki()
| static ImportStreamSource::newFromInterwiki |
( |
| $interwiki, |
|
|
| $page, |
|
|
| $history = false, |
|
|
| $templates = false, |
|
|
| $pageLinkDepth = 0 ) |
|
static |
◆ newFromUpload()
| static ImportStreamSource::newFromUpload |
( |
| $fieldname = "xmlimport" | ) |
|
|
static |
◆ newFromURL()
| static ImportStreamSource::newFromURL |
( |
| $url, |
|
|
| $method = 'GET' ) |
|
static |
◆ readChunk()
| ImportStreamSource::readChunk |
( |
| ) |
|
◆ seek()
| ImportStreamSource::seek |
( |
int | $offset | ) |
|
The documentation for this class was generated from the following file: