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