MediaWiki REL1_35
SkinTemplateOutputPageBeforeExecHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
27 public function onSkinTemplateOutputPageBeforeExec( $sktemplate, $tpl );
28}
Generic wrapper for template functions, with interface compatible with what we use of PHPTAL 0....
Base class for template-based skins.
onSkinTemplateOutputPageBeforeExec( $sktemplate, $tpl)
This hook is called before SkinTemplate::outputPage() starts page output.