MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onArticleViewFooter ( $article, $patrolFooterShown) | |
This hook is called after showing the footer section of an ordinary page view. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ArticleViewFooter" to register handlers implementing this interface.
Definition at line 14 of file ArticleViewFooterHook.php.
MediaWiki\Page\Hook\ArticleViewFooterHook::onArticleViewFooter | ( | $article, | |
$patrolFooterShown ) |
This hook is called after showing the footer section of an ordinary page view.
Article | $article | |
bool | $patrolFooterShown | Whether patrol footer is shown |
Implemented in MediaWiki\HookContainer\HookRunner.