MediaWiki REL1_35
XmlDumpWriterOpenPageHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use stdClass;
6use Title;
8
26 public function onXmlDumpWriterOpenPage( $obj, &$out, $row, $title );
27}
Represents a title within MediaWiki.
Definition Title.php:42
onXmlDumpWriterOpenPage( $obj, &$out, $row, $title)
This hook is called at the end of XmlDumpWriter::openPage, to allow extra metadata to be added.