MediaWiki
master
|
Dump output filter to include or exclude pages in a given set of namespaces. More...
Public Member Functions | |
__construct (&$sink, $param) | |
pass ($page) | |
Public Attributes | |
$invert = false | |
$namespaces = array() |
Dump output filter to include or exclude pages in a given set of namespaces.
Definition at line 1340 of file Export.php.
DumpNamespaceFilter::__construct | ( | &$ | sink, |
$ | param | ||
) |
$sink | DumpOutput |
$param |
MWException |
Definition at line 1349 of file Export.php.
DumpNamespaceFilter::pass | ( | $ | page | ) |
$page |
Reimplemented from DumpFilter.
Definition at line 1395 of file Export.php.
DumpNamespaceFilter::$invert = false |
Definition at line 1341 of file Export.php.
DumpNamespaceFilter::$namespaces = array() |
Definition at line 1342 of file Export.php.