PHP Class Horde_Service_Weather_Forecast_Wwo, 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. Note that Wwo doesn't provide the validity time for the forecast, so we use the last known station time. File this under the "good enough" file.

Protected Methods

Method Description
_parseStd ( ) Parse a stdRequest

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

_parseStd() protected method

Parse a stdRequest
protected _parseStd ( )

getForecastTime() public method

Return the forecast time. Note that Wwo doesn't provide the validity time for the forecast, so we use the last known station time. File this under the "good enough" file.
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