MediaWiki REL1_35
SkinAfterContentHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Skin;
6
23 public function onSkinAfterContent( &$data, $skin );
24}
The main skin class which provides methods and properties for all other skins.
Definition Skin.php:41
onSkinAfterContent(&$data, $skin)
Use this hook to add text after the page content and article metadata.