From 04629e039ba07ecf38887d31db4ad518f51e5560 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 20 May 2013 11:37:32 -0700 Subject: [PATCH] Added missing isSatelliteProvider --- src/GeoIP2/Record/Traits.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/GeoIP2/Record/Traits.php b/src/GeoIP2/Record/Traits.php index c590bd6..0b933c2 100644 --- a/src/GeoIP2/Record/Traits.php +++ b/src/GeoIP2/Record/Traits.php @@ -35,6 +35,10 @@ namespace GeoIP2\Record; * anonymous proxy. See {@link http://dev.maxmind.com/faq/geoip#anonproxy} * for further details. This attribute is returned by all end points. * + * @property boolean $isSatelliteProvider This is true if the IP belongs + * to a satellite Internet provider. This attribute is returned by all + * end points. + * * @property string $isp The name of the ISP associated the IP address. * This attribute is only available from the City/ISP/Org and Omni end * points.