MediaWiki
1.30.0
|
Imports a XML dump from a file (either from file upload, files on disk, or HTTP) More...
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') |
Imports a XML dump from a file (either from file upload, files on disk, or HTTP)
Definition at line 32 of file ImportStreamSource.php.
ImportStreamSource::__construct | ( | $handle | ) |
Definition at line 33 of file ImportStreamSource.php.
ImportStreamSource::atEnd | ( | ) |
|
static |
string | $filename |
Definition at line 55 of file ImportStreamSource.php.
References StatusValue\newFatal(), and StatusValue\newGood().
Referenced by newFromUpload(), and ImportLinkCacheIntegrationTest\setUp().
|
static |
string | $interwiki | |
string | $page | |
bool | $history | |
bool | $templates | |
int | $pageLinkDepth |
Definition at line 142 of file ImportStreamSource.php.
References $link, $params, StatusValue\newFatal(), newFromURL(), and wfAppendQuery().
Referenced by SpecialImport\doImport(), and ApiImport\execute().
|
static |
string | $fieldname |
Definition at line 69 of file ImportStreamSource.php.
References $fname, StatusValue\newFatal(), and newFromFile().
Referenced by SpecialImport\doImport(), and ApiImport\execute().
|
static |
string | $url | |
string | $method |
Definition at line 107 of file ImportStreamSource.php.
References $wgHTTPImportTimeout, global, StatusValue\newFatal(), StatusValue\newGood(), Http\request(), and wfDebug().
Referenced by newFromInterwiki().
ImportStreamSource::readChunk | ( | ) |