MediaWiki REL1_35
APIAfterExecuteHook.php
Go to the documentation of this file.
1<?php
2
4
5use ApiBase;
6
21 public function onAPIAfterExecute( $module );
22}
This abstract class implements many basic API functions, and is the base of all API classes.
Definition ApiBase.php:52
onAPIAfterExecute( $module)
This hook is called after calling the execute() method of an API module.