MediaWiki
master
RequestContextCreateSkinHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Context\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:64
MediaWiki\Context\IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:71
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 Wed Feb 19 2025 04:25:26 for MediaWiki by
1.10.0