MediaWiki
REL1_37
BlockIpHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Block\DatabaseBlock
;
6
use
User
;
7
15
interface
BlockIpHook
{
26
public
function
onBlockIp
( $block, $user, &$reason );
27
}
MediaWiki\Block\DatabaseBlock
A DatabaseBlock (unlike a SystemBlock) is stored in the database, may give rise to autoblocks and may...
Definition
DatabaseBlock.php:52
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition
User.php:69
MediaWiki\Hook\BlockIpHook
This is a hook handler interface, see docs/Hooks.md.
Definition
BlockIpHook.php:15
MediaWiki\Hook\BlockIpHook\onBlockIp
onBlockIp( $block, $user, &$reason)
This hook is called before an IP address or user is blocked.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
BlockIpHook.php
Generated on Fri Apr 5 2024 23:40:55 for MediaWiki by
1.9.8