|
MediaWiki
REL1_19
|
Base class for output stream; prints to stdout or buffer or whereever. More...
Public Member Functions | |
| __construct ($sinks) | |
| closeAndRename ($newnames, $open=false) | |
| closeRenameAndReopen ($newnames) | |
| getFilenames () | |
| writeClosePage ($string) | |
| writeCloseStream ($string) | |
| writeOpenPage ($page, $string) | |
| writeOpenStream ($string) | |
| writeRevision ($rev, $string) | |
Base class for output stream; prints to stdout or buffer or whereever.
Definition at line 1105 of file Export.php.
| DumpMultiWriter::__construct | ( | $ | sinks | ) |
Definition at line 1106 of file Export.php.
| DumpMultiWriter::closeAndRename | ( | $ | newnames, |
| $ | open = false |
||
| ) |
Definition at line 1145 of file Export.php.
Referenced by closeRenameAndReopen().

| DumpMultiWriter::closeRenameAndReopen | ( | $ | newnames | ) |
Definition at line 1141 of file Export.php.
References closeAndRename().

Definition at line 1151 of file Export.php.
| DumpMultiWriter::writeClosePage | ( | $ | string | ) |
Definition at line 1129 of file Export.php.
| DumpMultiWriter::writeCloseStream | ( | $ | string | ) |
Definition at line 1117 of file Export.php.
| DumpMultiWriter::writeOpenPage | ( | $ | page, |
| $ | string | ||
| ) |
Definition at line 1123 of file Export.php.
References $page.
| DumpMultiWriter::writeOpenStream | ( | $ | string | ) |
Definition at line 1111 of file Export.php.
| DumpMultiWriter::writeRevision | ( | $ | rev, |
| $ | string | ||
| ) |
Definition at line 1135 of file Export.php.