From 5d95544cc1725015e51de49635fe5a4fc56afb73 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 7 May 2013 09:55:10 -0700 Subject: [PATCH] Add stub files. --- src/GeoIP2/Exception/GenericException.php | 0 src/GeoIP2/Exception/HTTPException.php | 0 src/GeoIP2/Exception/WebserviceException.php | 0 src/GeoIP2/Model/City.php | 0 src/GeoIP2/Model/CityISPOrg.php | 0 src/GeoIP2/Model/Country.php | 0 src/GeoIP2/Model/Omni.php | 0 src/GeoIP2/Record/City.php | 0 src/GeoIP2/Record/Continent.php | 0 src/GeoIP2/Record/Country.php | 0 src/GeoIP2/Record/Location.php | 0 src/GeoIP2/Record/RepresentedCountry.php | 0 src/GeoIP2/Record/Subdivision.php | 0 src/GeoIP2/Record/Traits.php | 0 src/GeoIP2/Webservice/Client.php | 0 15 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/GeoIP2/Exception/GenericException.php create mode 100644 src/GeoIP2/Exception/HTTPException.php create mode 100644 src/GeoIP2/Exception/WebserviceException.php create mode 100644 src/GeoIP2/Model/City.php create mode 100644 src/GeoIP2/Model/CityISPOrg.php create mode 100644 src/GeoIP2/Model/Country.php create mode 100644 src/GeoIP2/Model/Omni.php create mode 100644 src/GeoIP2/Record/City.php create mode 100644 src/GeoIP2/Record/Continent.php create mode 100644 src/GeoIP2/Record/Country.php create mode 100644 src/GeoIP2/Record/Location.php create mode 100644 src/GeoIP2/Record/RepresentedCountry.php create mode 100644 src/GeoIP2/Record/Subdivision.php create mode 100644 src/GeoIP2/Record/Traits.php create mode 100644 src/GeoIP2/Webservice/Client.php diff --git a/src/GeoIP2/Exception/GenericException.php b/src/GeoIP2/Exception/GenericException.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Exception/HTTPException.php b/src/GeoIP2/Exception/HTTPException.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Exception/WebserviceException.php b/src/GeoIP2/Exception/WebserviceException.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Model/City.php b/src/GeoIP2/Model/City.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Model/CityISPOrg.php b/src/GeoIP2/Model/CityISPOrg.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Model/Country.php b/src/GeoIP2/Model/Country.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Model/Omni.php b/src/GeoIP2/Model/Omni.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Record/City.php b/src/GeoIP2/Record/City.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Record/Continent.php b/src/GeoIP2/Record/Continent.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Record/Country.php b/src/GeoIP2/Record/Country.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Record/Location.php b/src/GeoIP2/Record/Location.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Record/RepresentedCountry.php b/src/GeoIP2/Record/RepresentedCountry.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Record/Subdivision.php b/src/GeoIP2/Record/Subdivision.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Record/Traits.php b/src/GeoIP2/Record/Traits.php new file mode 100644 index 0000000..e69de29 diff --git a/src/GeoIP2/Webservice/Client.php b/src/GeoIP2/Webservice/Client.php new file mode 100644 index 0000000..e69de29