Add stub objects
This commit is contained in:
parent
0760f7f511
commit
16d7b32a47
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace GeoIP2\Model;
|
||||
namespace GeoIP2\Model;
|
||||
|
||||
class City
|
||||
{
|
||||
|
||||
}
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace GeoIP2\Model;
|
||||
namespace GeoIP2\Model;
|
||||
|
||||
class CityISPOrg
|
||||
{
|
||||
|
||||
}
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace GeoIP2\Model;
|
||||
namespace GeoIP2\Model;
|
||||
|
||||
class Country
|
||||
{
|
||||
|
||||
}
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace GeoIP2\Model;
|
||||
namespace GeoIP2\Model;
|
||||
|
||||
class Omni
|
||||
{
|
||||
|
||||
}
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace GeoIP2\Record;
|
||||
namespace GeoIP2\Record;
|
||||
|
||||
class City
|
||||
{
|
||||
|
||||
}
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace GeoIP2\Record;
|
||||
namespace GeoIP2\Record;
|
||||
|
||||
class Continent
|
||||
{
|
||||
|
||||
}
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace GeoIP2\Record;
|
||||
namespace GeoIP2\Record;
|
||||
|
||||
class Country
|
||||
{
|
||||
|
||||
}
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace GeoIP2\Record;
|
||||
namespace GeoIP2\Record;
|
||||
|
||||
class Location
|
||||
{
|
||||
|
||||
}
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace GeoIP2\Record;
|
||||
namespace GeoIP2\Record;
|
||||
|
||||
class RepresentedCountry
|
||||
{
|
||||
|
||||
}
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace GeoIP2\Record;
|
||||
namespace GeoIP2\Record;
|
||||
|
||||
class Subdivision
|
||||
{
|
||||
|
||||
}
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace GeoIP2\Record;
|
||||
namespace GeoIP2\Record;
|
||||
|
||||
class Traits
|
||||
{
|
||||
|
||||
}
|
|
@ -9,3 +9,8 @@ use GeoIP2\Model\City;
|
|||
use GeoIP2\Model\CityISPOrg;
|
||||
use GeoIP2\Model\Country;
|
||||
use GeoIP2\Model\Omni;
|
||||
|
||||
class Client
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user