PHP Класс Horde_Service_Weather_Current_Base, horde

Автор: Michael J Rubinsky ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_properties array Concrete classes map them to the available properties.
$_weather Horde_Service_Weather_Base Parent weather object.

Открытые методы

Метод Описание
__construct ( mixed $properties, Horde_Service_Weather_Base $weather ) : Horde_Service_Weather_Current_Base Const'r
__get ( $property )

Описание методов

__construct() публичный Метод

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
Результат Horde_Service_Weather_Current_Base

__get() публичный Метод

public __get ( $property )

Описание свойств

$_properties защищенное свойство

Concrete classes map them to the available properties.
protected array $_properties
Результат array

$_weather защищенное свойство

Parent weather object.
protected Horde_Service_Weather_Base $_weather
Результат Horde_Service_Weather_Base