MediaWiki
REL1_37
BeforePageDisplayHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
use
Skin
;
7
15
interface
BeforePageDisplayHook
{
25
public
function
onBeforePageDisplay
( $out, $skin ): void;
26
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:50
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:44
MediaWiki\Hook\BeforePageDisplayHook
This is a hook handler interface, see docs/Hooks.md.
Definition
BeforePageDisplayHook.php:15
MediaWiki\Hook\BeforePageDisplayHook\onBeforePageDisplay
onBeforePageDisplay( $out, $skin)
This hook is called prior to outputting a page.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
BeforePageDisplayHook.php
Generated on Fri Apr 5 2024 23:40:17 for MediaWiki by
1.9.8