MediaWiki
REL1_40
OutputPageParserOutputHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
use
ParserOutput
;
7
15
interface
OutputPageParserOutputHook
{
25
public
function
onOutputPageParserOutput
( $outputPage, $parserOutput ): void;
26
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:60
ParserOutput
Definition
ParserOutput.php:45
MediaWiki\Hook\OutputPageParserOutputHook
This is a hook handler interface, see docs/Hooks.md.
Definition
OutputPageParserOutputHook.php:15
MediaWiki\Hook\OutputPageParserOutputHook\onOutputPageParserOutput
onOutputPageParserOutput( $outputPage, $parserOutput)
This hook is called after adding a parserOutput to $wgOut.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
OutputPageParserOutputHook.php
Generated on Thu Jun 27 2024 14:02:50 for MediaWiki by
1.10.0