MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onOutputPageParserOutput ( $out, $parserOutput) | |
This hook is called after adding a parserOutput to $wgOut. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "OutputPageParserOutput" to register handlers implementing this interface.
Definition at line 15 of file OutputPageParserOutputHook.php.
MediaWiki\Hook\OutputPageParserOutputHook::onOutputPageParserOutput | ( | $out, | |
$parserOutput | |||
) |
This hook is called after adding a parserOutput to $wgOut.
OutputPage | $out | |
ParserOutput | $parserOutput | ParserOutput instance being added in $out |
Implemented in MediaWiki\HookContainer\HookRunner.