MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSiteNoticeAfter (&$siteNotice, $skin) | |
This hook is called after the sitenotice/anonnotice is composed. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SiteNoticeAfter" to register handlers implementing this interface.
Definition at line 14 of file SiteNoticeAfterHook.php.
MediaWiki\Hook\SiteNoticeAfterHook::onSiteNoticeAfter | ( | & | $siteNotice, |
$skin ) |
This hook is called after the sitenotice/anonnotice is composed.
string | &$siteNotice | HTML sitenotice. Alter the contents of $siteNotice to add to/alter the sitenotice/anonnotice. |
Skin | $skin |
Implemented in MediaWiki\HookContainer\HookRunner.