MediaWiki master
UnblockUserCompleteHook.php
Go to the documentation of this file.
1<?php
2
4
7
25 public function onUnblockUserComplete( $block, $user );
26}
27
29class_alias( UnblockUserCompleteHook::class, 'MediaWiki\\Hook\\UnblockUserCompleteHook' );
A DatabaseBlock (unlike a SystemBlock) is stored in the database, may give rise to autoblocks and may...
User class for the MediaWiki software.
Definition User.php:108
This is a hook handler interface, see docs/Hooks.md.
onUnblockUserComplete( $block, $user)
This hook is called after an IP address or user has been unblocked.