You are here

public function weather_es_Aemet::getInfo in Weather_es 6.3

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

File

./weather_es.inc, line 138

Class

weather_es_Aemet
Class that gets the weather information of a city

Code

public function getInfo() {
  return $this->days;
}