MediaWiki master
SiteNoticeAfterHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Skin;
6
25 public function onSiteNoticeAfter( &$siteNotice, $skin );
26}
The base class for all skins.
Definition Skin.php:59
This is a hook handler interface, see docs/Hooks.md.
onSiteNoticeAfter(&$siteNotice, $skin)
This hook is called after the sitenotice/anonnotice is composed.