MediaWiki
master
SkinAddFooterLinksHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Skin
;
6
14
interface
SkinAddFooterLinksHook
{
29
public
function
onSkinAddFooterLinks
(
Skin
$skin,
string
$key, array &$footerItems );
30
}
MediaWiki\Hook
Definition:
ActionBeforeFormDisplayHook.php:3
MediaWiki\Hook\SkinAddFooterLinksHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
SkinAddFooterLinksHook.php:14
MediaWiki\Hook\SkinAddFooterLinksHook\onSkinAddFooterLinks
onSkinAddFooterLinks(Skin $skin, string $key, array &$footerItems)
This hook is called when generating the code used to display the footer.
Skin
The main skin class which provides methods and properties for all other skins.
Definition:
Skin.php:42
includes
skins
Hook
SkinAddFooterLinksHook.php
Generated on Sun Jan 24 2021 16:10:07 for MediaWiki by
1.8.19