MediaWiki master
ArticleRevisionViewCustomHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
8
31 public function onArticleRevisionViewCustom( $revision, $title, $oldid,
32 $output
33 );
34}
This is one of the Core classes and should be read at least once by any new developers.
Page revision base class.
Represents a title within MediaWiki.
Definition Title.php:78
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.