MediaWiki REL1_35
GetIPHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
9interface GetIPHook {
18 public function onGetIP( &$ip );
19}
Stable to implement.
Definition GetIPHook.php:9
onGetIP(&$ip)
Use this hook to modify the IP of the current user (called only once).