MediaWiki REL1_37
|
Public Member Functions | |
__construct (&$sink, $param) | |
Public Member Functions inherited from DumpFilter | |
__construct (&$sink) | |
closeAndRename ( $newname, $open=false) | |
closeRenameAndReopen ( $newname) | |
getFilenames () | |
writeClosePage ( $string) | |
writeCloseStream ( $string) | |
writeLogItem ( $rev, $string) | |
writeOpenPage ( $page, $string) | |
writeOpenStream ( $string) | |
writeRevision ( $rev, $string) | |
Public Attributes | |
bool | $invert = false |
array | $namespaces = [] |
Public Attributes inherited from DumpFilter | |
DumpOutput | $sink |
FIXME will need to be made protected whenever legacy code is updated. | |
Protected Member Functions | |
pass ( $page) | |
Additional Inherited Members | |
Protected Attributes inherited from DumpFilter | |
bool | $sendingThisPage |
Definition at line 29 of file DumpNamespaceFilter.php.
DumpNamespaceFilter::__construct | ( | & | $sink, |
$param | |||
) |
DumpOutput | &$sink | |
string | $param |
MWException |
Definition at line 41 of file DumpNamespaceFilter.php.
References DumpFilter\$sink, NS_CATEGORY, NS_CATEGORY_TALK, NS_FILE, NS_FILE_TALK, NS_HELP, NS_HELP_TALK, NS_MAIN, NS_MEDIAWIKI, NS_MEDIAWIKI_TALK, NS_PROJECT, NS_PROJECT_TALK, NS_TALK, NS_TEMPLATE, NS_TEMPLATE_TALK, NS_USER, and NS_USER_TALK.
|
protected |
stdClass | $page |
Reimplemented from DumpFilter.
Definition at line 87 of file DumpNamespaceFilter.php.
bool DumpNamespaceFilter::$invert = false |
Definition at line 31 of file DumpNamespaceFilter.php.
array DumpNamespaceFilter::$namespaces = [] |
Definition at line 34 of file DumpNamespaceFilter.php.