MediaWiki  master
SkinSubPageSubtitleHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 use Skin;
7 
29  public function onSkinSubPageSubtitle( &$subpages, $skin, $out );
30 }
This is one of the Core classes and should be read at least once by any new developers.
Definition: OutputPage.php:93
The base class for all skins.
Definition: Skin.php:60
This is a hook handler interface, see docs/Hooks.md.
onSkinSubPageSubtitle(&$subpages, $skin, $out)
This hook is called at the beginning of Skin::subPageSubtitle().