MediaWiki master
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 base class for all skins.
Definition Skin.php:58
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.