Inherited by DumpFileOutput.
Public Member Functions | |
writeOpenStream ($string) | |
writeCloseStream ($string) | |
writeOpenPage ($page, $string) | |
writeClosePage ($string) | |
writeRevision ($rev, $string) | |
writeLogItem ($rev, $string) | |
write ($string) | |
Override to write to a different stream type. |
Definition at line 613 of file Export.php.
DumpOutput::write | ( | $ | string | ) |
Override to write to a different stream type.
Reimplemented in DumpFileOutput.
Definition at line 642 of file Export.php.
References print.
Referenced by writeClosePage(), writeCloseStream(), writeLogItem(), writeOpenPage(), writeOpenStream(), and writeRevision().
DumpOutput::writeClosePage | ( | $ | string | ) |
DumpOutput::writeCloseStream | ( | $ | string | ) |
DumpOutput::writeLogItem | ( | $ | rev, | |
$ | string | |||
) |
DumpOutput::writeOpenPage | ( | $ | page, | |
$ | string | |||
) |
DumpOutput::writeOpenStream | ( | $ | string | ) |
DumpOutput::writeRevision | ( | $ | rev, | |
$ | string | |||
) |