|
MediaWiki master
|
Inherits MediaWiki\Export\DumpPipeOutput.

Public Member Functions | |||||||
| __construct ( $file) | |||||||
Public Member Functions inherited from MediaWiki\Export\DumpPipeOutput | |||||||
| __construct ( $command, $file=null) | |||||||
| closeAndRename ( $newname, $open=false) | |||||||
Close the old file, and move it to a specified name.Use this for the last piece of a file written out at specified checkpoints (e.g. every n hours).
| |||||||
| closeRenameAndReopen ( $newname) | |||||||
Close the old file, move it to a specified name, and reopen new file with the old name.Use this for writing out a file in multiple pieces at specified checkpoints (e.g. every n hours).
| |||||||
| startCommand ( $command) | |||||||
| writeCloseStream ( $string) | |||||||
Public Member Functions inherited from MediaWiki\Export\DumpFileOutput | |||||||
| getFilenames () | |||||||
| write ( $string) | |||||||
Public Member Functions inherited from MediaWiki\Export\DumpOutput | |||||||
| writeClosePage ( $string) | |||||||
| writeLogItem ( $rev, $string) | |||||||
| writeOpenPage ( $page, $string) | |||||||
| writeOpenStream ( $string) | |||||||
| writeRevision ( $rev, $string) | |||||||
Additional Inherited Members | |
Protected Member Functions inherited from MediaWiki\Export\DumpFileOutput | |
| checkRenameArgCount ( $newname) | |
| renameOrException ( $newname) | |
Protected Attributes inherited from MediaWiki\Export\DumpPipeOutput | |
| string | $command |
| string null | $filename |
| resource false | $procOpenResource = false |
Protected Attributes inherited from MediaWiki\Export\DumpFileOutput | |
| string | $filename |
| resource false | $handle = false |
Definition at line 17 of file DumpBZip2Output.php.
| MediaWiki\Export\DumpBZip2Output::__construct | ( | $file | ) |
| string | $file |
Reimplemented from MediaWiki\Export\DumpFileOutput.
Definition at line 21 of file DumpBZip2Output.php.