MediaWiki
REL1_35
BeforePageDisplayHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
use
Skin
;
7
12
interface
BeforePageDisplayHook
{
22
public
function
onBeforePageDisplay
( $out, $skin ) : void;
23
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:47
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:41
MediaWiki\Hook\BeforePageDisplayHook
Stable to implement.
Definition
BeforePageDisplayHook.php:12
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 Sat Apr 6 2024 00:07:11 for MediaWiki by
1.9.8