PHP Класс Horde_Service_Weather_Station, horde

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

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

Свойство Тип Описание
$_properties array Local properties array.

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

Метод Описание
__construct ( array $properties = [] ) Const'r
__get ( string $property ) : mixed Accessor
__set ( string $property, mixed $value ) Setter.
getOffset ( ) : integer Return the CURRENT offset from UTC for this station as provided by the API.

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

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

Const'r
public __construct ( array $properties = [] )
$properties array The properties for the station.

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

Accessor
public __get ( string $property ) : mixed
$property string The property to return.
Результат mixed The value of requested property.

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

Setter.
public __set ( string $property, mixed $value )
$property string The property name.
$value mixed The value to set $property to.

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

Return the CURRENT offset from UTC for this station as provided by the API.
С версии: 1.2.0
public getOffset ( ) : integer
Результат integer The current offset from UTC.

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

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

Local properties array.
protected array $_properties
Результат array