MediaWiki
1.23.5
|
This is a horrible hack used to keep source compatibility. More...
Public Member Functions | |
stream_eof () | |
stream_open ( $path, $mode, $options, &$opened_path) | |
stream_read ( $count) | |
stream_tell () | |
stream_write ( $data) | |
url_stat () | |
Static Public Member Functions | |
static | registerSource ( $source) |
Static Public Attributes | |
static | $sourceRegistrations = array() |
Private Attributes | |
$mBuffer | |
$mPosition | |
$mSource | |
This is a horrible hack used to keep source compatibility.
Definition at line 895 of file Import.php.
|
static |
$source |
Definition at line 906 of file Import.php.
References $source, and wfRandomString().
Referenced by WikiImporter\__construct().
UploadSourceAdapter::stream_eof | ( | ) |
Definition at line 981 of file Import.php.
UploadSourceAdapter::stream_open | ( | $path, | |
$mode, | |||
$options, | |||
& | $opened_path | ||
) |
$path | |
$mode | |
$options | |
$opened_path |
Definition at line 921 of file Import.php.
References $path.
UploadSourceAdapter::stream_read | ( | $count | ) |
UploadSourceAdapter::stream_tell | ( | ) |
UploadSourceAdapter::stream_write | ( | $data | ) |
UploadSourceAdapter::url_stat | ( | ) |
|
private |
Definition at line 899 of file Import.php.
|
private |
Definition at line 900 of file Import.php.
Referenced by stream_tell().
|
private |
Definition at line 898 of file Import.php.
|
static |
Definition at line 896 of file Import.php.