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