MediaWiki  master
DumpNamespaceFilter Class Reference

Dump output filter to include or exclude pages in a given set of namespaces. More...

Inheritance diagram for DumpNamespaceFilter:
Collaboration diagram for DumpNamespaceFilter:

List of all members.

Public Member Functions

 __construct (&$sink, $param)
 pass ($page)

Public Attributes

 $invert = false
 $namespaces = array()

Detailed Description

Dump output filter to include or exclude pages in a given set of namespaces.

Definition at line 1340 of file Export.php.


Constructor & Destructor Documentation

DumpNamespaceFilter::__construct ( &$  sink,
param 
)
Parameters:
$sinkDumpOutput
$param
Exceptions:
MWException

Definition at line 1349 of file Export.php.


Member Function Documentation

Parameters:
$page
Returns:
bool

Reimplemented from DumpFilter.

Definition at line 1395 of file Export.php.


Member Data Documentation

DumpNamespaceFilter::$invert = false

Definition at line 1341 of file Export.php.

DumpNamespaceFilter::$namespaces = array()

Definition at line 1342 of file Export.php.


The documentation for this class was generated from the following file: