Method |
Description |
|
assembleForecastString ( $forecastData, $time = '24' ) |
|
|
getBogusLocation ( ) : boolean |
|
|
onCommandForecast ( $location ) |
|
|
onCommandWeather ( string $location ) : void |
Makes call to wunderground's api for conditions at a particular location |
|
onLoad ( ) : void |
Checks for dependencies |
|
parseForecastInfo ( $response ) |
|
|
parseWeatherInfo ( Phergie_Plugin_Http_Response $response ) : array |
Chews on reply from wunderground's API and spits out useful information |
|
setBogusLocation ( boolean $bogusLocation ) : Phergie_Plugin_Wunderground |
|
|