MediaWiki REL1_37
SkinGetPoweredByHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Skin;
6
26 public function onSkinGetPoweredBy( &$text, $skin );
27}
The main skin class which provides methods and properties for all other skins.
Definition Skin.php:44
This is a hook handler interface, see docs/Hooks.md.
onSkinGetPoweredBy(&$text, $skin)
This hook is called when generating the code used to display the "Powered by MediaWiki" icon.