PHP Класс Cmfcmf\OpenWeatherMap\WeatherHistory

Наследование: implements Iterator
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$calctime float The time needed to calculate the request data.
$city Cmfcmf\OpenWeatherMap\Util\City The city object. IMPORTANT: Not all values will be set

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

Метод Описание
__construct ( $weatherHistory, $query )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

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

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

public __construct ( $weatherHistory, $query )

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

public current ( )

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

public key ( )

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

public next ( )

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

public rewind ( )

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

public valid ( )

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

$calctime публичное свойство

The time needed to calculate the request data.
public float $calctime
Результат float

$city публичное свойство

The city object. IMPORTANT: Not all values will be set
public City,Cmfcmf\OpenWeatherMap\Util $city
Результат Cmfcmf\OpenWeatherMap\Util\City