MediaWiki
REL1_37
SkinBuildSidebarHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Skin
;
6
14
interface
SkinBuildSidebarHook
{
24
public
function
onSkinBuildSidebar
( $skin, &$bar );
25
}
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:44
MediaWiki\Hook\SkinBuildSidebarHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SkinBuildSidebarHook.php:14
MediaWiki\Hook\SkinBuildSidebarHook\onSkinBuildSidebar
onSkinBuildSidebar( $skin, &$bar)
This hook is called at the end of Skin::buildSidebar().
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
skins
Hook
SkinBuildSidebarHook.php
Generated on Fri Apr 5 2024 23:40:53 for MediaWiki by
1.9.8