Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4145850
AfterFinalPageOutputHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
982 B
Referenced Files
None
Subscribers
None
AfterFinalPageOutputHook.php
View Options
<?php
namespace
MediaWiki\Output\Hook
;
use
MediaWiki\Output\OutputPage
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "AfterFinalPageOutput" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
AfterFinalPageOutputHook
{
/**
* This hook is called nearly at the end of OutputPage::output() but
* before OutputPage::sendCacheControl() and final ob_end_flush() which
* will send the buffered output to the client. This allows for last-minute
* modification of the output within the buffer by using ob_get_clean().
*
* @since 1.35
*
* @param OutputPage $output The OutputPage object where output() was called
* @return void This hook must not abort, it must return no value
*/
public
function
onAfterFinalPageOutput
(
$output
):
void
;
}
/** @deprecated class alias since 1.42 */
class_alias
(
AfterFinalPageOutputHook
::
class
,
'MediaWiki
\H
ook
\A
fterFinalPageOutputHook'
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Aug 19 2026, 17:47 (5 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b9/0a/708b71fb29dfa90a4a180165869a
Default Alt Text
AfterFinalPageOutputHook.php (982 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment