You are here

public function weather_es_Aemet::getInfo in Weather_es 7

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

File

./weather_es.inc, line 137
Classes to get the weather information from AEMET

Class

weather_es_Aemet
@file Classes to get the weather information from AEMET

Code

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