MediaWiki
REL1_37
SkinAfterBottomScriptsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Skin
;
6
14
interface
SkinAfterBottomScriptsHook
{
25
public
function
onSkinAfterBottomScripts
( $skin, &$text );
26
}
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:44
MediaWiki\Hook\SkinAfterBottomScriptsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SkinAfterBottomScriptsHook.php:14
MediaWiki\Hook\SkinAfterBottomScriptsHook\onSkinAfterBottomScripts
onSkinAfterBottomScripts( $skin, &$text)
This hook is called at the end of Skin::bottomScripts().
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
skins
Hook
SkinAfterBottomScriptsHook.php
Generated on Fri Apr 5 2024 23:40:53 for MediaWiki by
1.9.8