Add stub objects

This commit is contained in:
Gregory Oschwald
2013-05-07 10:06:57 -07:00
parent 0760f7f511
commit 16d7b32a47
12 changed files with 71 additions and 11 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
<?php
namespace GeoIP2\Model;
namespace GeoIP2\Model;
class City
{
}
+6 -1
View File
@@ -1,3 +1,8 @@
<?php
namespace GeoIP2\Model;
namespace GeoIP2\Model;
class CityISPOrg
{
}
+6 -1
View File
@@ -1,3 +1,8 @@
<?php
namespace GeoIP2\Model;
namespace GeoIP2\Model;
class Country
{
}
+6 -1
View File
@@ -1,3 +1,8 @@
<?php
namespace GeoIP2\Model;
namespace GeoIP2\Model;
class Omni
{
}