Merge "Clarify documentaion of RequestContextCreateSkinHook"
This commit is contained in:
commit
746f24ba3b
1 changed files with 3 additions and 2 deletions
|
|
@ -20,8 +20,9 @@ interface RequestContextCreateSkinHook {
|
|||
* @since 1.35
|
||||
*
|
||||
* @param IContextSource $context RequestContext the skin is being created for
|
||||
* @param Skin|string &$skin Variable reference you may set a Skin instance or string key on to
|
||||
* override the skin that will be used for the context
|
||||
* @param null|string|Skin &$skin A variable reference you may modify to set
|
||||
* a Skin instance or string key on to override the skin that will be
|
||||
* used for the context.
|
||||
* @return bool|void True or no return value to continue or false to abort
|
||||
*/
|
||||
public function onRequestContextCreateSkin( $context, &$skin );
|
||||
|
|
|
|||
Loading…
Reference in a new issue