MediaWiki REL1_35
MediaWiki\Hook\IsTrustedProxyHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\IsTrustedProxyHook:

Public Member Functions

 onIsTrustedProxy ( $ip, &$result)
 Use this hook to override the result of ProxyLookup::isTrustedProxy().
 

Detailed Description

Stable to implement.

Definition at line 9 of file IsTrustedProxyHook.php.

Member Function Documentation

◆ onIsTrustedProxy()

MediaWiki\Hook\IsTrustedProxyHook::onIsTrustedProxy (   $ip,
$result 
)

Use this hook to override the result of ProxyLookup::isTrustedProxy().

Since
1.35
Parameters
string$ipIP being checked
bool&$resultChange this value to override the result of ProxyLookup::isTrustedProxy()
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: