MediaWiki REL1_32
|
Public Member Functions | |
__construct ( $file, $cmpLevel=4) | |
closeAndRename ( $newname, $open=false) | |
setup7zCommand ( $file) | |
Public Member Functions inherited from DumpPipeOutput | |
closeRenameAndReopen ( $newname) | |
startCommand ( $command) | |
writeCloseStream ( $string) | |
Public Member Functions inherited from DumpFileOutput | |
__construct ( $file) | |
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) | |
Protected Attributes | |
int | $compressionLevel |
Protected Attributes inherited from DumpPipeOutput | |
$command | |
$filename | |
$procOpenResource = false | |
Protected Attributes inherited from DumpFileOutput | |
$filename | |
$handle = false | |
Definition at line 29 of file Dump7ZipOutput.php.
Dump7ZipOutput::__construct | ( | $file, | |
$cmpLevel = 4 |
|||
) |
string | $file | |
int | $cmpLevel | Compression level passed to 7za command's -mx |
Reimplemented from DumpPipeOutput.
Definition at line 39 of file Dump7ZipOutput.php.
References DumpPipeOutput\$command, and setup7zCommand().
Dump7ZipOutput::closeAndRename | ( | $newname, | |
$open = false |
|||
) |
string | $newname | |
bool | $open |
Reimplemented from DumpPipeOutput.
Definition at line 64 of file Dump7ZipOutput.php.
References DumpPipeOutput\$command, DumpFileOutput\checkRenameArgCount(), DumpFileOutput\renameOrException(), setup7zCommand(), and DumpPipeOutput\startCommand().
Dump7ZipOutput::setup7zCommand | ( | $file | ) |
string | $file |
Definition at line 50 of file Dump7ZipOutput.php.
References DumpPipeOutput\$command, wfEscapeShellArg(), and wfGetNull().
Referenced by __construct(), and closeAndRename().
|
protected |
Definition at line 33 of file Dump7ZipOutput.php.