MediaWiki
REL1_37
APIQueryAfterExecuteHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Api\Hook
;
4
5
use
ApiBase
;
6
14
interface
APIQueryAfterExecuteHook
{
24
public
function
onAPIQueryAfterExecute
( $module );
25
}
ApiBase
This abstract class implements many basic API functions, and is the base of all API classes.
Definition
ApiBase.php:55
MediaWiki\Api\Hook\APIQueryAfterExecuteHook
This is a hook handler interface, see docs/Hooks.md.
Definition
APIQueryAfterExecuteHook.php:14
MediaWiki\Api\Hook\APIQueryAfterExecuteHook\onAPIQueryAfterExecute
onAPIQueryAfterExecute( $module)
This hook is called after calling the execute() method of an action=query submodule.
MediaWiki\Api\Hook
Definition
APIAfterExecuteHook.php:3
includes
api
Hook
APIQueryAfterExecuteHook.php
Generated on Fri Apr 5 2024 23:40:02 for MediaWiki by
1.9.8