PHP Class Horde_Service_Weather_Forecast_WeatherUnderground, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_Service_Weather_Forecast_Base
Mostrar archivo Open project: horde/horde

Public Properties

Property Type Description
$fields

Public Methods

Method Description
__construct ( $properties, Horde_Service_Weather_Base $weather, $type = Horde_Service_Weather::FORECAST_TYPE_STANDARD ) Const'r
getForecastTime ( ) Return the forecast time.

Protected Methods

Method Description
_parseHourly ( ) @TODO: Use the hourly forecast to maybe get a "day"/"night"
_parseStd ( ) Parse the Std forecast data

Method Details

__construct() public method

Const'r
See also: Horde_Service_Weather_Forecast_Base::__construct()
public __construct ( $properties, Horde_Service_Weather_Base $weather, $type = Horde_Service_Weather::FORECAST_TYPE_STANDARD )
$weather Horde_Service_Weather_Base

_parseHourly() protected method

@TODO: Use the hourly forecast to maybe get a "day"/"night"
protected _parseHourly ( )

_parseStd() protected method

Parse the Std forecast data
protected _parseStd ( )

getForecastTime() public method

Return the forecast time.
See also: Horde_Service_Weather_Forecast_Base::getForecastTime()
public getForecastTime ( )

Property Details

$fields public_oe property

See also: Horde_Service_Weather_Forecast_Base::$fields
public $fields