MediaWiki REL1_35
XmlDumpWriterWriteRevisionHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use stdClass;
8
26 public function onXmlDumpWriterWriteRevision( $obj, &$out, $row, $text, $rev );
27}
Page revision base class.
onXmlDumpWriterWriteRevision( $obj, &$out, $row, $text, $rev)
This hook is called at the end of a revision in an XML dump, to add extra metadata.