MediaWiki
REL1_35
SkinTemplateOutputPageBeforeExecHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
QuickTemplate
;
6
use
SkinTemplate
;
7
16
interface
SkinTemplateOutputPageBeforeExecHook
{
27
public
function
onSkinTemplateOutputPageBeforeExec
( $sktemplate, $tpl );
28
}
QuickTemplate
Generic wrapper for template functions, with interface compatible with what we use of PHPTAL 0....
Definition
QuickTemplate.php:30
SkinTemplate
Base class for template-based skins.
Definition
SkinTemplate.php:39
MediaWiki\Hook\SkinTemplateOutputPageBeforeExecHook
Definition
SkinTemplateOutputPageBeforeExecHook.php:16
MediaWiki\Hook\SkinTemplateOutputPageBeforeExecHook\onSkinTemplateOutputPageBeforeExec
onSkinTemplateOutputPageBeforeExec( $sktemplate, $tpl)
This hook is called before SkinTemplate::outputPage() starts page output.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
skins
Hook
SkinTemplateOutputPageBeforeExecHook.php
Generated on Sat Apr 6 2024 00:07:51 for MediaWiki by
1.9.8