MediaWiki REL1_35
ArticleRevisionViewCustomHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
6use OutputPage;
7use Title;
8
28 public function onArticleRevisionViewCustom( $revision, $title, $oldid,
29 $output
30 );
31}
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:42
onArticleRevisionViewCustom( $revision, $title, $oldid, $output)
Use this hook for custom rendering of an article's content.