MediaWiki REL1_35
|
Stable to implement. 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. | |
Stable to implement.
Definition at line 13 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.