Started filling in Model and Record code
This commit is contained in:
@@ -2,11 +2,18 @@
|
||||
|
||||
namespace GeoIP2\Model;
|
||||
|
||||
class City
|
||||
class City extends Country
|
||||
{
|
||||
//XXX use properties
|
||||
public $city;
|
||||
public $location;
|
||||
public $postal;
|
||||
public $subdivisions;
|
||||
|
||||
public function __construct($raw, $language)
|
||||
{
|
||||
|
||||
parent::__construct($raw, $language);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user