|
MediaWiki
REL1_23
|
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 1459 of file Export.php.
| DumpMultiWriter::__construct | ( | $ | sinks | ) |
| $sinks |
Definition at line 1464 of file Export.php.
| DumpMultiWriter::closeAndRename | ( | $ | newnames, |
| $ | open = false |
||
| ) |
| $newnames | array | |
| bool | $open |
Definition at line 1527 of file Export.php.
| DumpMultiWriter::closeRenameAndReopen | ( | $ | newnames | ) |
| $newnames |
Definition at line 1519 of file Export.php.
Definition at line 1536 of file Export.php.
| DumpMultiWriter::writeClosePage | ( | $ | string | ) |
| $string |
Definition at line 1500 of file Export.php.
| DumpMultiWriter::writeCloseStream | ( | $ | string | ) |
| $string | string |
Definition at line 1481 of file Export.php.
| DumpMultiWriter::writeOpenPage | ( | $ | page, |
| $ | string | ||
| ) |
| $page | |
| $string | string |
Definition at line 1491 of file Export.php.
| DumpMultiWriter::writeOpenStream | ( | $ | string | ) |
| $string | string |
Definition at line 1472 of file Export.php.
| DumpMultiWriter::writeRevision | ( | $ | rev, |
| $ | string | ||
| ) |
| $rev | |
| $string |
Definition at line 1510 of file Export.php.