MediaWiki master
XmlDumpWriterOpenPageHook.php
Go to the documentation of this file.
1<?php
2
4
6use stdClass;
8
29 public function onXmlDumpWriterOpenPage( $obj, &$out, $row, $title );
30}
31
33class_alias( XmlDumpWriterOpenPageHook::class, 'MediaWiki\\Hook\\XmlDumpWriterOpenPageHook' );
Represents a title within MediaWiki.
Definition Title.php:70
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.