MediaWiki
REL1_35
APIAfterExecuteHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Api\Hook
;
4
5
use
ApiBase
;
6
11
interface
APIAfterExecuteHook
{
21
public
function
onAPIAfterExecute
( $module );
22
}
ApiBase
This abstract class implements many basic API functions, and is the base of all API classes.
Definition
ApiBase.php:52
MediaWiki\Api\Hook\APIAfterExecuteHook
Stable to implement.
Definition
APIAfterExecuteHook.php:11
MediaWiki\Api\Hook\APIAfterExecuteHook\onAPIAfterExecute
onAPIAfterExecute( $module)
This hook is called after calling the execute() method of an API module.
MediaWiki\Api\Hook
Definition
APIAfterExecuteHook.php:3
includes
api
Hook
APIAfterExecuteHook.php
Generated on Sat Apr 6 2024 00:06:54 for MediaWiki by
1.9.8