MediaWiki
master
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:52
Skin
The main skin class which provides methods and properties for all other skins.
Definition:
Skin.php:47
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 Sun May 22 2022 19:07:42 for MediaWiki by
1.9.1