PHP Class Horde_Service_Weather_Current_Base, horde

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

Protected Properties

Property Type Description
$_properties array Concrete classes map them to the available properties.
$_weather Horde_Service_Weather_Base Parent weather object.

Public Methods

Method Description
__construct ( mixed $properties, Horde_Service_Weather_Base $weather ) : Horde_Service_Weather_Current_Base Const'r
__get ( $property )

Method Details

__construct() public method

Const'r
public __construct ( mixed $properties, Horde_Service_Weather_Base $weather ) : Horde_Service_Weather_Current_Base
$properties mixed Current properties, in driver keys.
$weather Horde_Service_Weather_Base
return Horde_Service_Weather_Current_Base

__get() public method

public __get ( $property )

Property Details

$_properties protected_oe property

Concrete classes map them to the available properties.
protected array $_properties
return array

$_weather protected_oe property

Parent weather object.
protected Horde_Service_Weather_Base $_weather
return Horde_Service_Weather_Base