MediaWiki
1.28.0
|
Public Member Functions | |
__construct (&$sink, $param) | |
pass ($page) | |
Public Member Functions inherited from DumpFilter | |
__construct (&$sink) | |
closeAndRename ($newname, $open=false) | |
closeRenameAndReopen ($newname) | |
getFilenames () | |
pass ($page) | |
Override for page-based filter types. More... | |
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. More... | |
Additional Inherited Members | |
Protected Attributes inherited from DumpFilter | |
bool | $sendingThisPage |
Definition at line 29 of file DumpNamespaceFilter.php.
DumpNamespaceFilter::__construct | ( | & | $sink, |
$param | |||
) |
DumpOutput | $sink | |
array | $param |
MWException |
Definition at line 41 of file DumpNamespaceFilter.php.
References DumpFilter\$sink, as, namespaces, NS_CATEGORY, NS_CATEGORY_TALK, NS_FILE, NS_FILE_TALK, NS_HELP, NS_HELP_TALK, NS_IMAGE, NS_IMAGE_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.
DumpNamespaceFilter::pass | ( | $page | ) |
object | $page |
Definition at line 87 of file DumpNamespaceFilter.php.
References $page, and namespaces.
bool DumpNamespaceFilter::$invert = false |
Definition at line 31 of file DumpNamespaceFilter.php.
array DumpNamespaceFilter::$namespaces = [] |
Definition at line 34 of file DumpNamespaceFilter.php.