MediaWiki REL1_35
BaseTemplateAfterPortletHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
23 public function onBaseTemplateAfterPortlet( $template, $portlet, &$html );
24}
New base template for a skin's template extended from QuickTemplate this class features helper method...
onBaseTemplateAfterPortlet( $template, $portlet, &$html)
This hook is called after output of portlets, allow injecting custom HTML after the section.