MediaWiki master
XmlDumpWriterOpenPageHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use stdClass;
8
29 public function onXmlDumpWriterOpenPage( $obj, &$out, $row, $title );
30}
Represents a title within MediaWiki.
Definition Title.php:78
This is a hook handler interface, see docs/Hooks.md.
onXmlDumpWriterOpenPage( $obj, &$out, $row, $title)
This hook is called at the end of XmlDumpWriter::openPage, to allow extra metadata to be added.