Class AnonymousIp
This class provides the GeoIP2 Anonymous IP model.
- GeoIp2\Model\AbstractModel implements JsonSerializable
 - 
			
GeoIp2\Model\AnonymousIp			
			
			
		 
__construct(), 
__get(), 
__isset(), 
get(), 
jsonSerialize()
		 | 
	
			protected  
			mixed
		 | 
		
				$isAnonymous
			 | 
		|
			protected  
			mixed
		 | 
		
				$isAnonymousVpn
			 | 
		|
			protected  
			mixed
		 | 
		
				$isHostingProvider
			 | 
		|
			protected  
			mixed
		 | 
		
				$isPublicProxy
			 | 
		|
			protected  
			mixed
		 | 
		
				$isTorExitNode
			 | 
		|
			protected  
			mixed
		 | 
		
				$ipAddress
			 | 
		
$raw
		 | 
	
			public  
			boolean
		 | 
		
				$isAnonymous
			 This is true if the IP address belongs to any sort of anonymous network.  | 
	
			public  
			boolean
		 | 
		
				$isAnonymousVpn
			 This is true if the IP address belongs to an anonymous VPN system.  | 
	
			public  
			boolean
		 | 
		
				$isHostingProvider
			 This is true if the IP address belongs to a hosting provider.  | 
	
			public  
			boolean
		 | 
		
				$isPublicProxy
			 This is true if the IP address belongs to a public proxy.  | 
	
			public  
			boolean
		 | 
		
				$isTorExitNode
			 This is true if the IP address is a Tor exit node.  | 
	
			public  
			string
		 | 
		
				$ipAddress
			 The IP address that the data in the model is for.  |