MediaWiki REL1_39
SkinAfterBottomScriptsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Skin;
6
25 public function onSkinAfterBottomScripts( $skin, &$text );
26}
The main skin class which provides methods and properties for all other skins.
Definition Skin.php:48
This is a hook handler interface, see docs/Hooks.md.
onSkinAfterBottomScripts( $skin, &$text)
This hook is called at the end of Skin::bottomScripts().