Class Horde_Service_Weather_Forecast_Base
Horde_Service_Weather_Current class
- Horde_Service_Weather_Forecast_Base implements IteratorAggregate
Direct known subclasses
Horde_Service_Weather_Forecast_Google, Horde_Service_Weather_Forecast_WeatherUnderground, Horde_Service_Weather_Forecast_Wwo
Package: Service\Weather
Category: Horde
Author: Michael J Rubinsky mrubinsk@horde.org
Located at Horde/Service/Weather/Forecast/Base.php
Category: Horde
Author: Michael J Rubinsky mrubinsk@horde.org
Located at Horde/Service/Weather/Forecast/Base.php
public
|
#
__construct( array $properties,
Const'r |
public
|
|
public
|
|
public
|
|
public
|
#
limitLength( integer $days )
Limit the returned number of forecast days. Used for emulating a smaller forecast length than the provider supports or for using one, longer request to supply two different forecast length requests. |
public
|
$weather
Parent Weather driver. |
|
public
integer
|
$detail
Advertise how detailed the forecast period is. FORECAST_TYPE_STANDARD - Each Period represents a full day FORECAST_TYPE_DETAILED - Each period represents either day or night. FORECAST_TYPE_HOURLY - Each period represents a single hour. |