MediaWiki
1.23.2
|
Sends dump output via the p7zip compressor. More...
Public Member Functions | |
__construct ( $file) | |
closeAndRename ( $newname, $open=false) | |
setup7zCommand ( $file) | |
Public Member Functions inherited from DumpPipeOutput | |
__construct ( $command, $file=null) | |
closeRenameAndReopen ( $newname) | |
startCommand ( $command) | |
writeCloseStream ( $string) | |
Public Member Functions inherited from DumpFileOutput | |
checkRenameArgCount ( $newname) | |
getFilenames () | |
renameOrException ( $newname) | |
write ( $string) | |
Public Member Functions inherited from DumpOutput | |
writeClosePage ( $string) | |
writeLogItem ( $rev, $string) | |
writeOpenPage ( $page, $string) | |
writeOpenStream ( $string) | |
writeRevision ( $rev, $string) | |
Additional Inherited Members | |
Public Attributes inherited from DumpPipeOutput | |
$filename | |
Public Attributes inherited from DumpFileOutput | |
$filename | |
Protected Attributes inherited from DumpPipeOutput | |
$command | |
$procOpenResource = false | |
Protected Attributes inherited from DumpFileOutput | |
$handle = false | |
Sends dump output via the p7zip compressor.
Definition at line 1181 of file Export.php.
Dump7ZipOutput::__construct | ( | $file | ) |
$file | string |
Reimplemented from DumpFileOutput.
Definition at line 1186 of file Export.php.
References DumpPipeOutput\$command, $file, and setup7zCommand().
Dump7ZipOutput::closeAndRename | ( | $newname, | |
$open = false |
|||
) |
$newname | string |
$open | bool |
Reimplemented from DumpPipeOutput.
Definition at line 1208 of file Export.php.
References DumpPipeOutput\$command, DumpFileOutput\checkRenameArgCount(), DumpFileOutput\renameOrException(), setup7zCommand(), and DumpPipeOutput\startCommand().
Dump7ZipOutput::setup7zCommand | ( | $file | ) |
$file | string |
Definition at line 1196 of file Export.php.
References DumpPipeOutput\$command, $file, wfEscapeShellArg(), and wfGetNull().
Referenced by __construct(), and closeAndRename().