\Horde_Service_Weather_Period_Owm

Horde_Service_Weather_Period_Wwo

Summary

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

Properties

$

$ : \is_pm

Indicates if this is for an evening period.

Type

\is_pm

$

$ : \hour

Indicates if this is for an hourly period.

Type

\hour

$

$ : \precipitation_percent

Change of precipitation percent.

Type

\precipitation_percent

$

$ : \period

The cardinal number of this period.

Type

\period

$

$ : \humidity

Humidity percent.

Type

\humidity

$

$ : \wind_speed

Wind speed, in currently configured units.

Type

\wind_speed

$

$ : \wind_direction

Cardinal wind direction e.g., NNW.

Type

\wind_direction

$

$ : \wind_degrees

Wind direction, in degrees.

Type

\wind_degrees

$

$ : \wind_gust

Wind gust speed, in currently configured units.

Type

\wind_gust

$

$ : \snow_total

Daily snow totals, in configured units.

Type

\snow_total

$

$ : \rain_total

Daily rain totals, in configured units.

Type

\rain_total

$

$ : \conditions

Forecast conditions e.g., "Sunny".

Type

\conditions

$

$ : \icon_url

Url to a condition icon.

Type

\icon_url

$

$ : \icon

Name of condition icon.

Type

\icon

$

$ : \date

Date for this period.

Type

\date

$

$ : \high

Forecast high temp, in configured units.

Type

\high

$

$ : \low

Forecast low temp, in configured units.

Type

\low

$_properties

$_properties : mixed

Properties for this single peridd, as returned from the forecast request.

Type

mixed

$_map

$_map : array

Property Map

Type

array

Methods

__construct()

__construct(mixed  $properties, \Horde_Service_Forecast_Base  $forecast) : \Horde_Service_Weather_Current

Const'r

Parameters

mixed $properties

Current properties.

\Horde_Service_Forecast_Base $forecast

The parent forecast.

Returns

\Horde_Service_Weather_Current

__get()

__get(string  $property) : mixed

Accessor so we can lazy-parse the results.

Parameters

string $property

The property name.

Throws

\Horde_Service_Weather_Exception_InvalidProperty

Returns

mixed —

The value of requested property