|
MediaWiki
REL1_19
|
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 824 of file Import.php.
| static UploadSourceAdapter::registerSource | ( | $ | source | ) | [static] |
| $source |
Definition at line 835 of file Import.php.
References wfGenerateToken().
Referenced by WikiImporter\__construct().


Definition at line 910 of file Import.php.
| UploadSourceAdapter::stream_open | ( | $ | path, |
| $ | mode, | ||
| $ | options, | ||
| &$ | opened_path | ||
| ) |
| $path | |
| $mode | |
| $options | |
| $opened_path |
Definition at line 850 of file Import.php.
| UploadSourceAdapter::stream_read | ( | $ | count | ) |
Definition at line 903 of file Import.php.
| UploadSourceAdapter::stream_write | ( | $ | data | ) |
UploadSourceAdapter::$mBuffer [private] |
Definition at line 828 of file Import.php.
UploadSourceAdapter::$mPosition [private] |
Definition at line 829 of file Import.php.
UploadSourceAdapter::$mSource [private] |
Definition at line 827 of file Import.php.
UploadSourceAdapter::$sourceRegistrations = array() [static] |
Definition at line 825 of file Import.php.