MediaWiki REL1_35
MediaWiki\Hook\SkinTemplateOutputPageBeforeExecHook Interface Reference
Inheritance diagram for MediaWiki\Hook\SkinTemplateOutputPageBeforeExecHook:

Public Member Functions

 onSkinTemplateOutputPageBeforeExec ( $sktemplate, $tpl)
 This hook is called before SkinTemplate::outputPage() starts page output.
 

Detailed Description

Member Function Documentation

◆ onSkinTemplateOutputPageBeforeExec()

MediaWiki\Hook\SkinTemplateOutputPageBeforeExecHook::onSkinTemplateOutputPageBeforeExec (   $sktemplate,
  $tpl 
)

This hook is called before SkinTemplate::outputPage() starts page output.

Since
1.35
Parameters
SkinTemplate$sktemplate
QuickTemplate$tplQuickTemplate engine object
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: