public function weather_es_citPro::error in Weather_es 6.3
Same name and namespace in other branches
- 7 weather_es.inc \weather_es_citPro::error()
Return value
bool
File
- ./weather_es.inc, line 231 
Class
- weather_es_citPro
- Class that gets the cities of a province
Code
public function error() {
  if ($this->xerror_message === '') {
    return false;
  }
  else {
    return true;
  }
}