MediaWiki master
AfterFinalPageOutputHook.php
Go to the documentation of this file.
1<?php
2
4
6
26 public function onAfterFinalPageOutput( $output ): void;
27}
28
30class_alias( AfterFinalPageOutputHook::class, 'MediaWiki\Hook\AfterFinalPageOutputHook' );
This is one of the Core classes and should be read at least once by any new developers.
This is a hook handler interface, see docs/Hooks.md.
onAfterFinalPageOutput( $output)
This hook is called nearly at the end of OutputPage::output() but before OutputPage::sendCacheControl...