You are here

public function weather_es_Aemet::getName in Weather_es 6.3

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

File

./weather_es.inc, line 135

Class

weather_es_Aemet
Class that gets the weather information of a city

Code

public function getName() {
  return $this->name;
}