MediaWiki REL1_33
|
Public Member Functions | |
__construct ( $command, $file=null) | |
closeAndRename ( $newname, $open=false) | |
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 | |
$command | |
$filename | |
$procOpenResource = false | |
Protected Attributes inherited from DumpFileOutput | |
$filename | |
$handle = false | |
Definition at line 33 of file DumpPipeOutput.php.
DumpPipeOutput::__construct | ( | $command, | |
$file = null |
|||
) |
string | $command | |
string | null | $file |
Reimplemented in Dump7ZipOutput.
Definition at line 41 of file DumpPipeOutput.php.
References $command, $file, and startCommand().
DumpPipeOutput::closeAndRename | ( | $newname, | |
$open = false |
|||
) |
string | $newname | |
bool | $open |
Reimplemented from DumpFileOutput.
Reimplemented in Dump7ZipOutput.
Definition at line 85 of file DumpPipeOutput.php.
References $command, DumpFileOutput\checkRenameArgCount(), DumpFileOutput\renameOrException(), and startCommand().
Referenced by closeRenameAndReopen().
DumpPipeOutput::closeRenameAndReopen | ( | $newname | ) |
string | $newname |
Reimplemented from DumpFileOutput.
Definition at line 77 of file DumpPipeOutput.php.
References closeAndRename().
DumpPipeOutput::startCommand | ( | $command | ) |
string | $command |
Definition at line 65 of file DumpPipeOutput.php.
References $command.
Referenced by __construct(), Dump7ZipOutput\closeAndRename(), and closeAndRename().
DumpPipeOutput::writeCloseStream | ( | $string | ) |
string | $string |
Reimplemented from DumpFileOutput.
Definition at line 54 of file DumpPipeOutput.php.
|
protected |
Definition at line 34 of file DumpPipeOutput.php.
Referenced by __construct(), Dump7ZipOutput\__construct(), Dump7ZipOutput\closeAndRename(), closeAndRename(), Dump7ZipOutput\setup7zCommand(), and startCommand().
|
protected |
Definition at line 34 of file DumpPipeOutput.php.
|
protected |
Definition at line 35 of file DumpPipeOutput.php.