\Horde_Service_Weather_Current_WeatherUnderground

Horde_Service_Weather_Current_WeatherUnderground class

Summary

Methods
Properties
Constants
__construct()
__get()
__isset()
$
$
$
$
$
$
$
$
$
$
$
$
$
$
$
$
$
$
$
$
$
No constants found
No protected methods found
$_properties
$_weather
$_map
N/A
No private methods found
No private properties found
N/A

Properties

$

$ : string

pressure The barometric pressure.

Type

string

$

$ : string

pressure_trend The pressure trend.

Type

string

$

$ : string

logo_url URL to a provider logo.

Type

string

$

$ : string

dewpoint The dewpoint.

Type

string

$

$ : string

wind_direction The cardinal wind direction.

Type

string

$

$ : string

wind_degrees The wind direction, in degrees.

Type

string

$

$ : string

wind_speed The wind speed, in requested units.

Type

string

$

$ : string

wind_gust The wind gust speed.

Type

string

$

$ : string

visibility The visisbility, in requested units.

Type

string

$

$ : string

wind_chill The wind chill.

Type

string

$

$ : string

heat_index Heat index.

Type

string

$

$ : string

temp The temperature.

Type

string

$

$ : string

icon Icon name to represent conditions.

Type

string

$

$ : string

condition The condition string (for BC).

Type

string

$

$ : string

conditions The condition string.

Type

string

$

$ : string

humidity The humidity.

Type

string

$

$ : string

wind Full wind description string.

Type

string

$

$ : string

icon_url Url to icon.

Type

string

$

$ : string

logo_url Url to logo.

Type

string

$

$ : \Horde_Date

time Forecast time in local (to station) time. NOTE the timezone property of the date object is NOT guarenteed to be correct, and might be presented as the servers' default timezone. This is because not all APIs return the timezone identifier.

Type

\Horde_Date

$

$ : \Horde_Date

time_utc Forecast time in UTC. @since 1.2.0

Type

\Horde_Date

$_properties

$_properties : array

Local properties cache. Property names differ depending on the backend.

Concrete classes map them to the available properties.

Type

array

$_map

$_map : 

Type

Methods

__get()

__get(string  $property) : mixed

Accessor

Parameters

string $property

Property to get

Returns

mixed —

The property value

__isset()

__isset(string  $property) : \boolen

Magic __isset method.

Parameters

string $property

Property name.

Returns

\boolen