MediaWiki REL1_37
ArticleViewHeaderHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use Article;
7
29 public function onArticleViewHeader( $article, &$outputDone, &$pcache );
30}
Class for viewing MediaWiki article and history.
Definition Article.php:49
This is a hook handler interface, see docs/Hooks.md.
onArticleViewHeader( $article, &$outputDone, &$pcache)
Use this hook to control article output.