MediaWiki REL1_35
APIHelpModifyOutputHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5use ApiBase;
6
24 public function onAPIHelpModifyOutput( $module, &$help, $options, &$tocData );
25}
This abstract class implements many basic API functions, and is the base of all API classes.
Definition ApiBase.php:52
onAPIHelpModifyOutput( $module, &$help, $options, &$tocData)
Use this hook to modify an API module's help output.
$help
Definition mcc.php:32