|
MediaWiki
REL1_24
|
Stream outputter to send data to a file. More...


Public Member Functions | |
| __construct ($file) | |
| checkRenameArgCount ($newname) | |
| closeAndRename ($newname, $open=false) | |
| closeRenameAndReopen ($newname) | |
| getFilenames () | |
| renameOrException ($newname) | |
| write ($string) | |
| writeCloseStream ($string) | |
Public Attributes | |
| $filename | |
Protected Attributes | |
| $handle = false | |
Stream outputter to send data to a file.
Definition at line 996 of file Export.php.
| DumpFileOutput::__construct | ( | $ | file | ) |
| string | $file |
Reimplemented in Dump7ZipOutput, DumpBZip2Output, DumpGZipOutput, and DumpDBZip2Output.
Definition at line 1002 of file Export.php.
| DumpFileOutput::checkRenameArgCount | ( | $ | newname | ) |
| array | $newname |
| MWException |
Definition at line 1047 of file Export.php.
| DumpFileOutput::closeAndRename | ( | $ | newname, |
| $ | open = false |
||
| ) |
| string | $newname | |
| bool | $open |
Reimplemented from DumpOutput.
Reimplemented in Dump7ZipOutput, and DumpPipeOutput.
Definition at line 1062 of file Export.php.
| DumpFileOutput::closeRenameAndReopen | ( | $ | newname | ) |
| string | $newname |
Reimplemented from DumpOutput.
Reimplemented in DumpPipeOutput.
Definition at line 1028 of file Export.php.
| DumpFileOutput::renameOrException | ( | $ | newname | ) |
| DumpFileOutput::write | ( | $ | string | ) |
| string | $string |
Reimplemented from DumpOutput.
Definition at line 1021 of file Export.php.
| DumpFileOutput::writeCloseStream | ( | $ | string | ) |
| string | $string |
Reimplemented from DumpOutput.
Reimplemented in DumpPipeOutput.
Definition at line 1010 of file Export.php.
| DumpFileOutput::$filename |
Reimplemented in DumpPipeOutput.
Definition at line 997 of file Export.php.
DumpFileOutput::$handle = false [protected] |
Definition at line 997 of file Export.php.