MediaWiki REL1_35
SkinAfterPortletHook.php
Go to the documentation of this file.
1<?php
2
4
5use Skin;
6
23 public function onSkinAfterPortlet( $skin, $portletName, &$html );
24}
The main skin class which provides methods and properties for all other skins.
Definition Skin.php:41
onSkinAfterPortlet( $skin, $portletName, &$html)
This hook is called when generating portlets.