PHP Class Horde_Service_Weather_Period_Base, horde

Author: Michael J Rubinsky ([email protected])
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_forecast Horde_Service_Weather_Forecast_Base Reference to parent forecast object.
$_properties mixed Properties for this single peridd, as returned from the forecast request.

Public Methods

Method Description
__construct ( mixed $properties, Horde_Service_Weather_Forecast_Base $forecast ) : Horde_Service_Weather_Current Const'r
__get ( string $property ) : mixed Default implementation - just return the value set.

Method Details

__construct() public method

Const'r
public __construct ( mixed $properties, Horde_Service_Weather_Forecast_Base $forecast ) : Horde_Service_Weather_Current
$properties mixed Current properties.
$forecast Horde_Service_Weather_Forecast_Base The parent forecast.
return Horde_Service_Weather_Current

__get() public method

Default implementation - just return the value set.
public __get ( string $property ) : mixed
$property string The requested property.
return mixed The property value.

Property Details

$_forecast protected_oe property

Reference to parent forecast object.
protected Horde_Service_Weather_Forecast_Base $_forecast
return Horde_Service_Weather_Forecast_Base

$_properties protected_oe property

Properties for this single peridd, as returned from the forecast request.
protected mixed $_properties
return mixed