MediaWiki
REL1_40
SiteNoticeBeforeHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Skin
;
6
14
interface
SiteNoticeBeforeHook
{
26
public
function
onSiteNoticeBefore
( &$siteNotice, $skin );
27
}
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:56
MediaWiki\Hook\SiteNoticeBeforeHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SiteNoticeBeforeHook.php:14
MediaWiki\Hook\SiteNoticeBeforeHook\onSiteNoticeBefore
onSiteNoticeBefore(&$siteNotice, $skin)
This hook is called before the sitenotice/anonnotice is composed.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
skins
Hook
SiteNoticeBeforeHook.php
Generated on Thu Jun 27 2024 14:04:12 for MediaWiki by
1.10.0