MediaWiki REL1_35
BaseTemplateToolboxHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
26 public function onBaseTemplateToolbox( $sk, &$toolbox );
27}
New base template for a skin's template extended from QuickTemplate this class features helper method...
onBaseTemplateToolbox( $sk, &$toolbox)
This hook is called by BaseTemplate when building the $toolbox array and returning it for the skin to...