\Ceo\Plugins\Weather\ServicesCurrentWeather
Provides simple interface for reading and generating information on current
weather conditions.
Current valid properties are:
- temp, temperature, temperatureF - int the temerature in Fahrenheit
- tempC, temperatureC - int the current temperature in Celsius
- url - string forecast link (back to weather.gov)
- icon - string simple icon name
Current valid methods are:
- isRaining() - bool
- isStorming() - bool
- isSnowing() - bool
- isCloudy() - bool
The class also supports 'toString', so you can echo the class to get a text
representation of the current conditions:
echo $currentWeather; \ 'Clear'
Summary
No protected methods found
No private properties found