MediaWiki REL1_39
ArticleRevisionViewCustomHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
6use OutputPage;
7use Title;
8
31 public function onArticleRevisionViewCustom( $revision, $title, $oldid,
32 $output
33 );
34}
Page revision base class.
This is one of the Core classes and should be read at least once by any new developers.
Represents a title within MediaWiki.
Definition Title.php:49
This is a hook handler interface, see docs/Hooks.md.
onArticleRevisionViewCustom( $revision, $title, $oldid, $output)
Use this hook for custom rendering of an article's content.