MediaWiki REL1_35
APIGetParamDescriptionMessagesHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5use ApiBase;
6use Message;
7
22 public function onAPIGetParamDescriptionMessages( $module, &$msg );
23}
This abstract class implements many basic API functions, and is the base of all API classes.
Definition ApiBase.php:52
The Message class deals with fetching and processing of interface message into a variety of formats.
Definition Message.php:161
onAPIGetParamDescriptionMessages( $module, &$msg)
Use this hook to modify a module's parameter descriptions.