MediaWiki  master
APIAfterExecuteHook.php
Go to the documentation of this file.
1 <?php
2 
4 
5 use ApiBase;
6 
24  public function onAPIAfterExecute( $module );
25 }
This abstract class implements many basic API functions, and is the base of all API classes.
Definition: ApiBase.php:63
This is a hook handler interface, see docs/Hooks.md.
onAPIAfterExecute( $module)
This hook is called after calling the execute() method of an API module.