</span></span><spanid="6"class="l"><aclass="l"href="#6"> 6: </a><spanclass="php-comment"> * Contains data for the represented country associated with an IP address
</span></span><spanid="8"class="l"><aclass="l"href="#8"> 8: </a><spanclass="php-comment"> * This class contains the country-level data associated with an IP address
</span></span><spanid="9"class="l"><aclass="l"href="#9"> 9: </a><spanclass="php-comment"> * for the IP's represented country. The represented country is the country
</span></span><spanid="10"class="l"><aclass="l"href="#10">10: </a><spanclass="php-comment"> * represented by something like a military base or embassy.
</span></span><spanid="14"class="l"><aclass="l"href="#14">14: </a><spanclass="php-comment"> * @property int $confidence A value from 0-100 indicating MaxMind's
</span></span><spanid="15"class="l"><aclass="l"href="#15">15: </a><spanclass="php-comment"> * confidence that the country is correct. This attribute is only available
</span></span><spanid="16"class="l"><aclass="l"href="#16">16: </a><spanclass="php-comment"> * from the Omni end point.
</span></span><spanid="18"class="l"><aclass="l"href="#18">18: </a><spanclass="php-comment"> * @property int $geonameId The GeoName ID for the country. This attribute is
</span></span><spanid="19"class="l"><aclass="l"href="#19">19: </a><spanclass="php-comment"> * returned by all end points.
</span></span><spanid="21"class="l"><aclass="l"href="#21">21: </a><spanclass="php-comment"> * @property string $isoCode The {@link http://en.wikipedia.org/wiki/ISO_3166-1
</span></span><spanid="22"class="l"><aclass="l"href="#22">22: </a><spanclass="php-comment"> * two-character ISO 3166-1 alpha code} for the country. This attribute is
</span></span><spanid="23"class="l"><aclass="l"href="#23">23: </a><spanclass="php-comment"> * returned by all end points.
</span></span><spanid="25"class="l"><aclass="l"href="#25">25: </a><spanclass="php-comment"> * @property string $name The name of the country based on the languages list
</span></span><spanid="26"class="l"><aclass="l"href="#26">26: </a><spanclass="php-comment"> * passed to the constructor. This attribute is returned by all end points.
</span></span><spanid="28"class="l"><aclass="l"href="#28">28: </a><spanclass="php-comment"> * @property array $names An array map where the keys are language codes and
</span></span><spanid="29"class="l"><aclass="l"href="#29">29: </a><spanclass="php-comment"> * the values are names. This attribute is returned by all end points.
</span></span><spanid="31"class="l"><aclass="l"href="#31">31: </a><spanclass="php-comment"> * @property string $type A string indicating the type of entity that is
</span></span><spanid="32"class="l"><aclass="l"href="#32">32: </a><spanclass="php-comment"> * representing the country. Currently we only return <code>military</code>
</span></span><spanid="33"class="l"><aclass="l"href="#33">33: </a><spanclass="php-comment"> * but this could expand to include other types such as <code>embassy</code>
</span></span><spanid="34"class="l"><aclass="l"href="#34">34: </a><spanclass="php-comment"> * in the future. Returned by all endpoints.
</span><spanid="36"class="l"><aclass="l"href="#36">36: </a><spanclass="php-keyword1">class</span><aid="RepresentedCountry"href="#RepresentedCountry">RepresentedCountry</a><spanclass="php-keyword1">extends</span> Country