MediaWiki
REL1_35
AfterFinalPageOutputHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
11
interface
AfterFinalPageOutputHook
{
23
public
function
onAfterFinalPageOutput
( $output ) : void;
24
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:47
MediaWiki\Hook\AfterFinalPageOutputHook
Stable to implement.
Definition
AfterFinalPageOutputHook.php:11
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 Sat Apr 6 2024 00:07:11 for MediaWiki by
1.9.8