MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onGetIP (&$ip) | |
Use this hook to modify the IP of the current user (called only once). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "GetIP" to register handlers implementing this interface.
Definition at line 12 of file GetIPHook.php.
MediaWiki\Hook\GetIPHook::onGetIP | ( | & | $ip | ) |
Use this hook to modify the IP of the current user (called only once).
string | &$ip | IP as determined so far |
Implemented in MediaWiki\HookContainer\HookRunner.