MediaWiki
REL1_37
SiteNoticeAfterHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Skin
;
6
14
interface
SiteNoticeAfterHook
{
25
public
function
onSiteNoticeAfter
( &$siteNotice, $skin );
26
}
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:44
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 Fri Apr 5 2024 23:40:53 for MediaWiki by
1.9.8