MediaWiki
REL1_35
OutputPageBeforeHTMLHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
11
interface
OutputPageBeforeHTMLHook
{
22
public
function
onOutputPageBeforeHTML
( $out, &$text );
23
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:47
MediaWiki\Hook\OutputPageBeforeHTMLHook
Stable to implement.
Definition
OutputPageBeforeHTMLHook.php:11
MediaWiki\Hook\OutputPageBeforeHTMLHook\onOutputPageBeforeHTML
onOutputPageBeforeHTML( $out, &$text)
This hook is called when a page has been processed by the parser and the resulting HTML is about to b...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
OutputPageBeforeHTMLHook.php
Generated on Sat Apr 6 2024 00:07:13 for MediaWiki by
1.9.8