MediaWiki REL1_39
BaseTemplateAfterPortletHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
26 public function onBaseTemplateAfterPortlet( $template, $portlet, &$html );
27}
Extended QuickTemplate with additional MediaWiki-specific helper methods.
This is a hook handler interface, see docs/Hooks.md.
onBaseTemplateAfterPortlet( $template, $portlet, &$html)
This hook is called after output of portlets, allow injecting custom HTML after the section.