GeoIP2-php/src/GeoIP2/Record/RepresentedCountry.php

15 lines
223 B
PHP
Raw Normal View History

2013-05-07 17:02:39 +00:00
<?php
2013-05-07 17:06:57 +00:00
namespace GeoIP2\Record;
class RepresentedCountry extends Country
2013-05-07 17:06:57 +00:00
{
protected $validAttributes = array(
'confidence',
'geonameId',
'isoCode',
'namespace',
'type'
);
}