MediaWiki master
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}
Legacy class representing an editable page and handling UI for some page actions.
Definition Article.php:67
Rendered output of a wiki page, as parsed from wikitext.
This is a hook handler interface, see docs/Hooks.md.
onArticleViewHeader( $article, &$outputDone, &$pcache)
Use this hook to control article output.