|
MediaWiki
REL1_24
|
Base class for output stream; prints to stdout or buffer or wherever. 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 wherever.
Definition at line 1475 of file Export.php.
| DumpMultiWriter::__construct | ( | $ | sinks | ) |
| array | $sinks |
Definition at line 1480 of file Export.php.
| DumpMultiWriter::closeAndRename | ( | $ | newnames, |
| $ | open = false |
||
| ) |
| array | $newnames | |
| bool | $open |
Definition at line 1543 of file Export.php.
| DumpMultiWriter::closeRenameAndReopen | ( | $ | newnames | ) |
| array | $newnames |
Definition at line 1535 of file Export.php.
Definition at line 1552 of file Export.php.
| DumpMultiWriter::writeClosePage | ( | $ | string | ) |
| string | $string |
Definition at line 1516 of file Export.php.
| DumpMultiWriter::writeCloseStream | ( | $ | string | ) |
| string | $string |
Definition at line 1497 of file Export.php.
| DumpMultiWriter::writeOpenPage | ( | $ | page, |
| $ | string | ||
| ) |
| object | $page | |
| string | $string |
Definition at line 1507 of file Export.php.
| DumpMultiWriter::writeOpenStream | ( | $ | string | ) |
| string | $string |
Definition at line 1488 of file Export.php.
| DumpMultiWriter::writeRevision | ( | $ | rev, |
| $ | string | ||
| ) |
| object | $rev | |
| string | $string |
Definition at line 1526 of file Export.php.