MediaWiki
REL1_41
AfterFinalPageOutputHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Output\OutputPage
;
6
14
interface
AfterFinalPageOutputHook
{
26
public
function
onAfterFinalPageOutput
( $output ): void;
27
}
MediaWiki\Output\OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:93
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 Wed Nov 27 2024 07:23:24 for MediaWiki by
1.10.0