MediaWiki
REL1_39
ApiParseMakeOutputPageHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Api\Hook
;
4
5
use
ApiBase
;
6
use
OutputPage
;
7
15
interface
ApiParseMakeOutputPageHook
{
27
public
function
onApiParseMakeOutputPage
( $module, $output );
28
}
ApiBase
This abstract class implements many basic API functions, and is the base of all API classes.
Definition
ApiBase.php:56
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:54
MediaWiki\Api\Hook\ApiParseMakeOutputPageHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ApiParseMakeOutputPageHook.php:15
MediaWiki\Api\Hook\ApiParseMakeOutputPageHook\onApiParseMakeOutputPage
onApiParseMakeOutputPage( $module, $output)
This hook is called when preparing the OutputPage object for ApiParse.
MediaWiki\Api\Hook
Definition
APIAfterExecuteHook.php:3
includes
api
Hook
ApiParseMakeOutputPageHook.php
Generated on Thu Nov 21 2024 05:22:27 for MediaWiki by
1.10.0