MediaWiki
master
SkinAfterContentHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Skin
;
6
14
interface
SkinAfterContentHook
{
26
public
function
onSkinAfterContent
( &$data, $skin );
27
}
Skin
The base class for all skins.
Definition
Skin.php:64
MediaWiki\Hook\SkinAfterContentHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SkinAfterContentHook.php:14
MediaWiki\Hook\SkinAfterContentHook\onSkinAfterContent
onSkinAfterContent(&$data, $skin)
Use this hook to add text after the page content and article metadata.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
skins
Hook
SkinAfterContentHook.php
Generated on Sat Oct 5 2024 02:25:08 for MediaWiki by
1.10.0