MediaWiki master
SkinAfterPortletHook.php
Go to the documentation of this file.
1<?php
2
4
5use Skin;
6
26 public function onSkinAfterPortlet( $skin, $portletName, &$html );
27}
The base class for all skins.
Definition Skin.php:58
This is a hook handler interface, see docs/Hooks.md.
onSkinAfterPortlet( $skin, $portletName, &$html)
This hook is called when generating portlets.