FOF30\Utils\Ip::setIp PHP Method

setIp() public static method

Set the IP address of the current visitor
public static setIp ( string $ip ) : void
$ip string
return void
    public static function setIp($ip)
    {
        static::$ip = $ip;
    }