Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/IpLocation/RegionType.php
Go to the documentation of this file.
00001 <?php
00026 require_once 'Zend/Service/DeveloperGarden/Response/BaseType.php';
00027 
00036 class Zend_Service_DeveloperGarden_Response_IpLocation_RegionType
00037     extends Zend_Service_DeveloperGarden_Response_BaseType
00038 {
00043     public $countryCode = null;
00044 
00049     public $regionCode = null;
00050 
00055     public $regionName = null;
00056 
00060     public function getCountryCode()
00061     {
00062         return $this->countryCode;
00063     }
00064 
00068     public function getRegionCode()
00069     {
00070         return $this->regionCode;
00071     }
00072 
00076     public function getRegionName()
00077     {
00078         return $this->regionName;
00079     }
00080 }
 All Data Structures Namespaces Files Functions Variables Enumerations