MediaWiki
REL1_40
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
}
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:56
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.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
skins
Hook
SkinAddFooterLinksHook.php
Generated on Thu Jun 27 2024 14:04:12 for MediaWiki by
1.10.0