Overview

Packages

  • Service
    • Weather

Classes

  • Horde_Service_Weather
  • Horde_Service_Weather_Base
  • Horde_Service_Weather_Current_Base
  • Horde_Service_Weather_Current_Google
  • Horde_Service_Weather_Current_WeatherUnderground
  • Horde_Service_Weather_Current_Wwo
  • Horde_Service_Weather_Exception
  • Horde_Service_Weather_Exception_InvalidProperty
  • Horde_Service_Weather_Forecast_Base
  • Horde_Service_Weather_Forecast_Google
  • Horde_Service_Weather_Forecast_WeatherUnderground
  • Horde_Service_Weather_Forecast_Wwo
  • Horde_Service_Weather_Google
  • Horde_Service_Weather_Period_Base
  • Horde_Service_Weather_Period_Google
  • Horde_Service_Weather_Period_WeatherUnderground
  • Horde_Service_Weather_Period_Wwo
  • Horde_Service_Weather_Station
  • Horde_Service_Weather_Translation
  • Horde_Service_Weather_WeatherUnderground
  • Horde_Service_Weather_Wwo
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Service_Weather_Period_Google

Horde_Service_Weather_Period_WeatherUnderground

Horde_Service_Weather_Period_Base
Extended by Horde_Service_Weather_Period_Google
Package: Service\Weather
Category: Horde
Author: Michael J Rubinsky mrubinsk@horde.org
Located at Horde/Service/Weather/Period/Google.php
Methods summary
public Horde_Service_Weather_Current
# __construct( mixed $properties, Horde_Service_Weather_Forecast_Base $forecast, mixed $period )

Const'r - overrides parent by including the $period value, which should be the day number of the forecast (0 = today, 1 = tomorrow etc...).

Const'r - overrides parent by including the $period value, which should be the day number of the forecast (0 = today, 1 = tomorrow etc...).

Parameters

$properties
Current properties.
$forecast
The parent forecast.
$period

Returns

Horde_Service_Weather_Current

Overrides

Horde_Service_Weather_Period_Base::__construct()
public mixed
# __get( string $property )

Accessor so we can lazy-parse the results.

Accessor so we can lazy-parse the results.

Parameters

$property
The property name.

Returns

mixed
The value of requested property

Throws

Horde_Service_Weather_Exception_InvalidProperty

Overrides

Horde_Service_Weather_Period_Base::__get()
Properties summary
public integer $period

Workaround google not returning any timestamps with each period.

Workaround google not returning any timestamps with each period.

# 0
API documentation generated by ApiGen