MediaWiki
master
ArticleViewFooterHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page\Hook
;
4
5
use
Article
;
6
14
interface
ArticleViewFooterHook
{
24
public
function
onArticleViewFooter
( $article, $patrolFooterShown );
25
}
Article
Legacy class representing an editable page and handling UI for some page actions.
Definition
Article.php:70
MediaWiki\Page\Hook\ArticleViewFooterHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ArticleViewFooterHook.php:14
MediaWiki\Page\Hook\ArticleViewFooterHook\onArticleViewFooter
onArticleViewFooter( $article, $patrolFooterShown)
This hook is called after showing the footer section of an ordinary page view.
MediaWiki\Page\Hook
Definition
Article__MissingArticleConditionsHook.php:3
includes
page
Hook
ArticleViewFooterHook.php
Generated on Sun Oct 13 2024 17:24:27 for MediaWiki by
1.10.0