MediaWiki
master
SiteNoticeAfterHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Skin\Skin
;
6
14
interface
SiteNoticeAfterHook
{
25
public
function
onSiteNoticeAfter
( &$siteNotice, $skin );
26
}
MediaWiki\Skin\Skin
The base class for all skins.
Definition
Skin.php:58
MediaWiki\Hook\SiteNoticeAfterHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SiteNoticeAfterHook.php:14
MediaWiki\Hook\SiteNoticeAfterHook\onSiteNoticeAfter
onSiteNoticeAfter(&$siteNotice, $skin)
This hook is called after the sitenotice/anonnotice is composed.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
skins
Hook
SiteNoticeAfterHook.php
Generated on Sun Apr 20 2025 00:25:57 for MediaWiki by
1.10.0