Full index
Package indexes
PolarLavaWeather
g
s
w
_
g
top
getCacheDir
Weather::getCacheDir()
in Weather_class.php
Get the local XML data cache directory.
getCacheTime
Weather::getCacheTime()
in Weather_class.php
Get the local cache valid time in minutes.
getCacheTimeSid
Weather::getCacheTimeSid()
in Weather_class.php
Get the local station cache valid time in minutes.
getError
Weather::getError()
in Weather_class.php
Get the error status and messages.
getImageDir
Weather::getImageDir()
in Weather_class.php
Get the local conditions image directory.
getObsStation
Weather::getObsStation()
in Weather_class.php
Get the weather observation station.
getStationArray
Weather::getStationArray()
in Weather_class.php
Get the weather station data array.
getStations
Weather::getStations()
in Weather_class.php
Get the weather stations from the station data array.
getUrl
Weather::getUrl()
in Weather_class.php
Get the weather service URL.
getWeatherArray
Weather::getWeatherArray()
in Weather_class.php
Get the weather data array.
getWeatherElement
Weather::getWeatherElement()
in Weather_class.php
Get a single element from the weather data array.
getWeatherElements
Weather::getWeatherElements()
in Weather_class.php
Get an array of all available data points from the weather data array.
getXml
Weather::getXml()
in Weather_class.php
Get the weather xml data.
s
top
setCacheDir
Weather::setCacheDir()
in Weather_class.php
Set the local XML data cache directory.
setCacheTime
Weather::setCacheTime()
in Weather_class.php
Set the local XML data cache valid time in minutes.
setCacheTimeSid
Weather::setCacheTimeSid()
in Weather_class.php
Set the local XML station data cache valid time in minutes.
setError
Weather::setError()
in Weather_class.php
Set the error flag and message.
setImageDir
Weather::setImageDir()
in Weather_class.php
Set the local conditions image directory.
setObsStation
Weather::setObsStation()
in Weather_class.php
Set the weather observation station.
setUrl
Weather::setUrl()
in Weather_class.php
Set the weather data base URL.
setXml
Weather::setXml()
in Weather_class.php
Set the weather xml data.
w
top
Weather
Weather
in Weather_class.php
PolarLava::Weather - A class to retrieve XML weather from the NOAA NWS.
Weather_class.php
Weather_class.php
in Weather_class.php
_
top
$_cache_dir
Weather::$_cache_dir
in Weather_class.php
$_cache_time
Weather::$_cache_time
in Weather_class.php
$_cache_time_sid
Weather::$_cache_time_sid
in Weather_class.php
$_error
Weather::$_error
in Weather_class.php
$_error_msg_debug
Weather::$_error_msg_debug
in Weather_class.php
$_error_msg_user
Weather::$_error_msg_user
in Weather_class.php
$_image_dir
Weather::$_image_dir
in Weather_class.php
$_obs_station
Weather::$_obs_station
in Weather_class.php
$_station_array
Weather::$_station_array
in Weather_class.php
$_url
Weather::$_url
in Weather_class.php
$_weather_array
Weather::$_weather_array
in Weather_class.php
$_xml
Weather::$_xml
in Weather_class.php
_getWeatherStationXml
Weather::_getWeatherStationXml()
in Weather_class.php
Retrieve XML weather station data
_getWeatherXml
Weather::_getWeatherXml()
in Weather_class.php
Retrieve XML weather data
_setLocalImage
Weather::_setLocalImage()
in Weather_class.php
Checks and retrieves the local conditions image.
_setStationArray
Weather::_setStationArray()
in Weather_class.php
Convert XML weather station data to array
_setStationCache
Weather::_setStationCache()
in Weather_class.php
Serializes weather station data array and saves it to cache_dir
_setWeatherArray
Weather::_setWeatherArray()
in Weather_class.php
Convert XML weather data to array
__construct
Weather::__construct()
in Weather_class.php
Weather object constructor
__toArray
Weather::__toArray()
in Weather_class.php
Return an array dump of the (parsed XML) weather data
__toString
Weather::__toString()
in Weather_class.php
Return a dump of the XML data
g
s
w
_