MediaWiki
REL1_39
APIAfterExecuteHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Api\Hook
;
4
5
use
ApiBase
;
6
14
interface
APIAfterExecuteHook
{
24
public
function
onAPIAfterExecute
( $module );
25
}
ApiBase
This abstract class implements many basic API functions, and is the base of all API classes.
Definition
ApiBase.php:56
MediaWiki\Api\Hook\APIAfterExecuteHook
This is a hook handler interface, see docs/Hooks.md.
Definition
APIAfterExecuteHook.php:14
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 Mon Nov 11 2024 07:22:30 for MediaWiki by
1.10.0