MediaWiki REL1_35
ApiCheckCanExecuteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5use ApiBase;
7use Message;
8use User;
9
32 public function onApiCheckCanExecute( $module, $user, &$message );
33}
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
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:60
Interface for messages with machine-readable data for use by the API.
onApiCheckCanExecute( $module, $user, &$message)
This hook is called during ApiMain::checkCanExecute.