MediaWiki REL1_35
SkinBuildSidebarHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Skin;
6
21 public function onSkinBuildSidebar( $skin, &$bar );
22}
The main skin class which provides methods and properties for all other skins.
Definition Skin.php:41
onSkinBuildSidebar( $skin, &$bar)
This hook is called at the end of Skin::buildSidebar().