public function weather_es_citPro::getProvince in Weather_es 6.3
Same name and namespace in other branches
- 7 weather_es.inc \weather_es_citPro::getProvince()
Return value
string 'nn' n [0-9]
File
- ./
weather_es.inc, line 223
Class
- weather_es_citPro
- Class that gets the cities of a province
Code
public function getProvince() {
return $this->xprovince_code;
}