Movatterモバイル変換


[0]ホーム

URL:


MediaWiki master
ApiQueryCheckCanExecuteHook.php
Go to the documentation of this file.
1<?php
2
3namespaceMediaWiki\Api\Hook;
4
5useMediaWiki\Api\ApiMessage;
6useMediaWiki\Api\ApiQueryBase;
7useMediaWiki\Permissions\Authority;
8useWikimedia\Message\MessageSpecifier;
9
17interfaceApiQueryCheckCanExecuteHook {
18
34publicfunctiononApiQueryCheckCanExecute( $modules, $authority, &$message );
35
36}
MediaWiki\Api\ApiMessage
Extension of Message implementing IApiMessage.
DefinitionApiMessage.php:19
MediaWiki\Api\ApiQueryBase
This is a base class for all Query modules.
DefinitionApiQueryBase.php:31
MediaWiki\Api\Hook\ApiQueryCheckCanExecuteHook
This is a hook handler interface, see docs/Hooks.md.
DefinitionApiQueryCheckCanExecuteHook.php:17
MediaWiki\Api\Hook\ApiQueryCheckCanExecuteHook\onApiQueryCheckCanExecute
onApiQueryCheckCanExecute( $modules, $authority, &$message)
This hook is called during at the beginning of ApiQuery::execute and can be used to prevent execution...
MediaWiki\Permissions\Authority
This interface represents the authority associated with the current execution context,...
DefinitionAuthority.php:23
Wikimedia\Message\MessageSpecifier
DefinitionMessageSpecifier.php:12
MediaWiki\Api\Hook
DefinitionAPIAfterExecuteHook.php:3

[8]ページ先頭

©2009-2025 Movatter.jp