MediaWiki master
SkinBuildSidebarHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Skin\Hook;
4
6
24 public function onSkinBuildSidebar( $skin, &$bar );
25}
26
28class_alias( SkinBuildSidebarHook::class, 'MediaWiki\\Hook\\SkinBuildSidebarHook' );
The base class for all skins.
Definition Skin.php:43
This is a hook handler interface, see docs/Hooks.md.
onSkinBuildSidebar( $skin, &$bar)
This hook is called at the end of Skin::buildSidebar().