MediaWiki
REL1_37
SkinSubPageSubtitleHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
use
Skin
;
7
15
interface
SkinSubPageSubtitleHook
{
29
public
function
onSkinSubPageSubtitle
( &$subpages, $skin, $out );
30
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:50
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:44
MediaWiki\Hook\SkinSubPageSubtitleHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SkinSubPageSubtitleHook.php:15
MediaWiki\Hook\SkinSubPageSubtitleHook\onSkinSubPageSubtitle
onSkinSubPageSubtitle(&$subpages, $skin, $out)
This hook is called at the beginning of Skin::subPageSubtitle().
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
skins
Hook
SkinSubPageSubtitleHook.php
Generated on Fri Apr 5 2024 23:40:53 for MediaWiki by
1.9.8