MediaWiki
REL1_39
ArticleShowPatrolFooterHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page\Hook
;
4
5
use
Article
;
6
14
interface
ArticleShowPatrolFooterHook
{
25
public
function
onArticleShowPatrolFooter
( $article );
26
}
Article
Legacy class representing an editable page and handling UI for some page actions.
Definition
Article.php:48
MediaWiki\Page\Hook\ArticleShowPatrolFooterHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ArticleShowPatrolFooterHook.php:14
MediaWiki\Page\Hook\ArticleShowPatrolFooterHook\onArticleShowPatrolFooter
onArticleShowPatrolFooter( $article)
This hook is called at the beginning of Article::showPatrolFooter.
MediaWiki\Page\Hook
Definition
Article__MissingArticleConditionsHook.php:3
includes
page
Hook
ArticleShowPatrolFooterHook.php
Generated on Mon Oct 14 2024 07:23:44 for MediaWiki by
1.10.0