MediaWiki
1.30.0
|
Public Member Functions | |
__construct ( $file) | |
checkRenameArgCount ( $newname) | |
closeAndRename ( $newname, $open=false) | |
closeRenameAndReopen ( $newname) | |
getFilenames () | |
renameOrException ( $newname) | |
write ( $string) | |
writeCloseStream ( $string) | |
Public Member Functions inherited from DumpOutput | |
writeClosePage ( $string) | |
writeLogItem ( $rev, $string) | |
writeOpenPage ( $page, $string) | |
writeOpenStream ( $string) | |
writeRevision ( $rev, $string) | |
Public Attributes | |
$filename | |
Protected Attributes | |
$handle = false | |
Definition at line 29 of file DumpFileOutput.php.
DumpFileOutput::__construct | ( | $file | ) |
string | $file |
Reimplemented in DumpBZip2Output, DumpDBZip2Output, and DumpGZipOutput.
Definition at line 35 of file DumpFileOutput.php.
DumpFileOutput::checkRenameArgCount | ( | $newname | ) |
array | $newname |
MWException |
Definition at line 80 of file DumpFileOutput.php.
References captcha-old\count.
Referenced by Dump7ZipOutput\closeAndRename(), DumpPipeOutput\closeAndRename(), and closeAndRename().
DumpFileOutput::closeAndRename | ( | $newname, | |
$open = false |
|||
) |
string | $newname | |
bool | $open |
Reimplemented from DumpOutput.
Reimplemented in DumpPipeOutput, and Dump7ZipOutput.
Definition at line 95 of file DumpFileOutput.php.
References checkRenameArgCount(), and renameOrException().
Referenced by closeRenameAndReopen().
DumpFileOutput::closeRenameAndReopen | ( | $newname | ) |
string | $newname |
Reimplemented from DumpOutput.
Reimplemented in DumpPipeOutput.
Definition at line 61 of file DumpFileOutput.php.
References closeAndRename().
DumpFileOutput::getFilenames | ( | ) |
Reimplemented from DumpOutput.
Definition at line 112 of file DumpFileOutput.php.
References $filename.
DumpFileOutput::renameOrException | ( | $newname | ) |
string | $newname |
MWException |
Definition at line 69 of file DumpFileOutput.php.
Referenced by Dump7ZipOutput\closeAndRename(), DumpPipeOutput\closeAndRename(), and closeAndRename().
DumpFileOutput::write | ( | $string | ) |
string | $string |
Reimplemented from DumpOutput.
Definition at line 54 of file DumpFileOutput.php.
DumpFileOutput::writeCloseStream | ( | $string | ) |
string | $string |
Reimplemented from DumpOutput.
Reimplemented in DumpPipeOutput.
Definition at line 43 of file DumpFileOutput.php.
DumpFileOutput::$filename |
Definition at line 30 of file DumpFileOutput.php.
Referenced by getFilenames().
|
protected |
Definition at line 30 of file DumpFileOutput.php.