MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onXmlDumpWriterOpenPage ( $obj, &$out, $row, $title) | |
This hook is called at the end of XmlDumpWriter::openPage, to allow extra metadata to be added. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "XmlDumpWriterOpenPage" to register handlers implementing this interface.
Definition at line 16 of file XmlDumpWriterOpenPageHook.php.
MediaWiki\Hook\XmlDumpWriterOpenPageHook::onXmlDumpWriterOpenPage | ( | $obj, | |
& | $out, | ||
$row, | |||
$title ) |
This hook is called at the end of XmlDumpWriter::openPage, to allow extra metadata to be added.
XmlDumpWriter | $obj | |
string | &$out | Output string |
stdClass | $row | Database row for the page |
Title | $title | Title of the page |
Implemented in MediaWiki\HookContainer\HookRunner.