MediaWiki REL1_39
RequestContextCreateSkinHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use Skin;
7
28 public function onRequestContextCreateSkin( $context, &$skin );
29}
The main skin class which provides methods and properties for all other skins.
Definition Skin.php:48
Interface for objects which can provide a MediaWiki context on request.
This is a hook handler interface, see docs/Hooks.md.
onRequestContextCreateSkin( $context, &$skin)
This hook is called when RequestContext::getSkin creates a skin instance.