MediaWiki
REL1_39
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:53
User
internal since 1.36
Definition
User.php:70
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 Thu Nov 21 2024 05:24:13 for MediaWiki by
1.10.0