|
MediaWiki
REL1_24
|
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 (ImportStreamSource $source) |
Static Public Attributes | |
| static | $sourceRegistrations = array() |
Private Attributes | |
| string | $mBuffer |
| * | |
| int | $mPosition |
| * | |
| string | $mSource |
| * | |
This is a horrible hack used to keep source compatibility.
Definition at line 892 of file Import.php.
| static UploadSourceAdapter::registerSource | ( | ImportStreamSource $ | source | ) | [static] |
| ImportStreamSource | $source |
Definition at line 906 of file Import.php.
Referenced by WikiImporter\__construct().
Definition at line 981 of file Import.php.
| UploadSourceAdapter::stream_open | ( | $ | path, |
| $ | mode, | ||
| $ | options, | ||
| &$ | opened_path | ||
| ) |
| string | $path | |
| string | $mode | |
| array | $options | |
| string | $opened_path |
Definition at line 921 of file Import.php.
| UploadSourceAdapter::stream_read | ( | $ | count | ) |
Definition at line 974 of file Import.php.
| UploadSourceAdapter::stream_write | ( | $ | data | ) |
Definition at line 988 of file Import.php.
string UploadSourceAdapter::$mBuffer [private] |
*
Definition at line 898 of file Import.php.
int UploadSourceAdapter::$mPosition [private] |
*
Definition at line 900 of file Import.php.
string UploadSourceAdapter::$mSource [private] |
*
Definition at line 896 of file Import.php.
UploadSourceAdapter::$sourceRegistrations = array() [static] |
Definition at line 894 of file Import.php.