MediaWiki
master
ArticleViewFooterHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page\Hook
;
4
5
use
MediaWiki\Page\Article
;
6
14
interface
ArticleViewFooterHook
{
24
public
function
onArticleViewFooter
( $article, $patrolFooterShown );
25
}
MediaWiki\Page\Article
Legacy class representing an editable page and handling UI for some page actions.
Definition
Article.php:77
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 Tue Mar 25 2025 09:25:43 for MediaWiki by
1.10.0