MediaWiki
master
|
Dump output filter class. More...
Public Member Functions | |
__construct (&$sink) | |
closeAndRename ($newname, $open=false) | |
closeRenameAndReopen ($newname) | |
getFilenames () | |
pass ($page) | |
Override for page-based filter types. | |
writeClosePage ($string) | |
writeCloseStream ($string) | |
writeLogItem ($rev, $string) | |
writeOpenPage ($page, $string) | |
writeOpenStream ($string) | |
writeRevision ($rev, $string) | |
Public Attributes | |
DumpOutput | $sink |
FIXME will need to be made protected whenever legacy code is updated. | |
Protected Attributes | |
bool | $sendingThisPage |
Dump output filter class.
This just does output filtering and streaming; XML formatting is done higher up, so be careful in what you do.
Definition at line 1217 of file Export.php.
DumpFilter::__construct | ( | &$ | sink | ) |
$sink | DumpOutput |
Definition at line 1232 of file Export.php.
DumpFilter::closeAndRename | ( | $ | newname, |
$ | open = false |
||
) |
$newname | string |
$open | bool |
Definition at line 1300 of file Export.php.
DumpFilter::closeRenameAndReopen | ( | $ | newname | ) |
$newname | string |
Definition at line 1292 of file Export.php.
Definition at line 1307 of file Export.php.
DumpFilter::pass | ( | $ | page | ) |
Override for page-based filter types.
$page |
Reimplemented in DumpNamespaceFilter, and DumpNotalkFilter.
Definition at line 1316 of file Export.php.
DumpFilter::writeClosePage | ( | $ | string | ) |
$string | string |
Reimplemented in DumpLatestFilter, and ExportProgressFilter.
Definition at line 1264 of file Export.php.
DumpFilter::writeCloseStream | ( | $ | string | ) |
$string | string |
Definition at line 1246 of file Export.php.
DumpFilter::writeLogItem | ( | $ | rev, |
$ | string | ||
) |
$rev | |
$string | string |
Definition at line 1285 of file Export.php.
DumpFilter::writeOpenPage | ( | $ | page, |
$ | string | ||
) |
$page | |
$string | string |
Reimplemented in DumpLatestFilter.
Definition at line 1254 of file Export.php.
DumpFilter::writeOpenStream | ( | $ | string | ) |
$string | string |
Definition at line 1239 of file Export.php.
DumpFilter::writeRevision | ( | $ | rev, |
$ | string | ||
) |
$rev | |
$string | string |
Reimplemented in DumpLatestFilter, and ExportProgressFilter.
Definition at line 1275 of file Export.php.
bool DumpFilter::$sendingThisPage [protected] |
Definition at line 1227 of file Export.php.
DumpOutput DumpFilter::$sink |
FIXME will need to be made protected whenever legacy code is updated.
Definition at line 1223 of file Export.php.
Referenced by ExportProgressFilter\__construct().