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