MediaWiki
master
RequestContextCreateSkinHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
IContextSource
;
6
use
Skin
;
7
15
interface
RequestContextCreateSkinHook
{
28
public
function
onRequestContextCreateSkin
( $context, &$skin );
29
}
Skin
The base class for all skins.
Definition
Skin.php:60
IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:64
MediaWiki\Hook\RequestContextCreateSkinHook
This is a hook handler interface, see docs/Hooks.md.
Definition
RequestContextCreateSkinHook.php:15
MediaWiki\Hook\RequestContextCreateSkinHook\onRequestContextCreateSkin
onRequestContextCreateSkin( $context, &$skin)
This hook is called when RequestContext::getSkin creates a skin instance.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
context
Hook
RequestContextCreateSkinHook.php
Generated on Mon Dec 4 2023 09:08:21 for MediaWiki by
1.9.8