MediaWiki
1.23.2
|
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 1631 of file Import.php.
ImportStreamSource::atEnd | ( | ) |
Definition at line 1638 of file Import.php.
|
static |
$filename | string |
Definition at line 1653 of file Import.php.
References $file, Status\newFatal(), Status\newGood(), wfRestoreWarnings(), and wfSuppressWarnings().
Referenced by newFromUpload().
|
static |
$interwiki | |
$page | |
$history | bool |
$templates | bool |
$pageLinkDepth | int |
Definition at line 1726 of file Import.php.
References $link, $params, array(), Status\newFatal(), Title\newFromText(), and newFromURL().
Referenced by SpecialImport\doImport(), and ApiImport\execute().
|
static |
$fieldname | string |
Definition at line 1667 of file Import.php.
References $fname, $upload, file, form, in, Status\newFatal(), newFromFile(), only, php, and that.
Referenced by SpecialImport\doImport(), and ApiImport\execute().
|
static |
$url | |
$method | string |
Definition at line 1700 of file Import.php.
References $file, array(), Status\newFatal(), Status\newGood(), Http\request(), and wfDebug().
Referenced by newFromInterwiki().
ImportStreamSource::readChunk | ( | ) |
Definition at line 1645 of file Import.php.