You are here

public function weather_es_citPro::getCities in Weather_es 6.3

Same name and namespace in other branches
  1. 7 weather_es.inc \weather_es_citPro::getCities()

Return value

array [city_code] => city_name

File

./weather_es.inc, line 215

Class

weather_es_citPro
Class that gets the cities of a province

Code

public function getCities() {
  return $this->xcities;
}