MediaWiki
REL1_35
OutputPageParserOutputHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
use
ParserOutput
;
7
12
interface
OutputPageParserOutputHook
{
22
public
function
onOutputPageParserOutput
( $out, $parserOutput ) : 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
ParserOutput
Definition
ParserOutput.php:27
MediaWiki\Hook\OutputPageParserOutputHook
Stable to implement.
Definition
OutputPageParserOutputHook.php:12
MediaWiki\Hook\OutputPageParserOutputHook\onOutputPageParserOutput
onOutputPageParserOutput( $out, $parserOutput)
This hook is called after adding a parserOutput to $wgOut.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
OutputPageParserOutputHook.php
Generated on Sat Apr 6 2024 00:07:13 for MediaWiki by
1.9.8