MediaWiki
REL1_39
AfterFinalPageOutputHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
14
interface
AfterFinalPageOutputHook
{
26
public
function
onAfterFinalPageOutput
( $output ): void;
27
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:54
MediaWiki\Hook\AfterFinalPageOutputHook
This is a hook handler interface, see docs/Hooks.md.
Definition
AfterFinalPageOutputHook.php:14
MediaWiki\Hook\AfterFinalPageOutputHook\onAfterFinalPageOutput
onAfterFinalPageOutput( $output)
This hook is called nearly at the end of OutputPage::output() but before OutputPage::sendCacheControl...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
AfterFinalPageOutputHook.php
Generated on Mon Nov 25 2024 06:55:35 for MediaWiki by
1.10.0