MediaWiki REL1_40
|
Inherits DumpOutput.
Public Member Functions | |
__toString () | |
Get the string containing the output. | |
write ( $string) | |
Public Member Functions inherited from DumpOutput | |
closeAndRename ( $newname, $open=false) | |
Close the old file, and move it to a specified name. | |
closeRenameAndReopen ( $newname) | |
Close the old file, move it to a specified name, and reopen new file with the old name. | |
getFilenames () | |
Returns the name of the file or files which are being written to, if there are any. | |
writeClosePage ( $string) | |
writeCloseStream ( $string) | |
writeLogItem ( $rev, $string) | |
writeOpenPage ( $page, $string) | |
writeOpenStream ( $string) | |
writeRevision ( $rev, $string) | |
Definition at line 27 of file DumpStringOutput.php.
DumpStringOutput::__toString | ( | ) |
Get the string containing the output.
Definition at line 43 of file DumpStringOutput.php.
DumpStringOutput::write | ( | $string | ) |
string | $string |
Reimplemented from DumpOutput.
Definition at line 34 of file DumpStringOutput.php.