PHP Класс Cmfcmf\OpenWeatherMap\WeatherForecast

См. также: Cmfcmf\OpenWeatherMap::getWeather() The function using it.
Наследование: implements Iterator
Показать файл Открыть проект

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

Свойство Тип Описание
$city Cmfcmf\OpenWeatherMap\Util\City A city object.
$lastUpdate DateTime The time of the last update of this weather data.
$sun Cmfcmf\OpenWeatherMap\Util\Sun A sun object

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

Метод Описание
__construct ( $xml, string $units, integer $days ) Create a new Forecast object.
current ( )
key ( )
next ( )
rewind ( )
valid ( )

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

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

Create a new Forecast object.
public __construct ( $xml, string $units, integer $days )
$xml
$units string
$days integer How many days of forecast to receive.

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

public current ( )

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

public key ( )

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

public next ( )

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

public rewind ( )

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

public valid ( )

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

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

A city object.
public City,Cmfcmf\OpenWeatherMap\Util $city
Результат Cmfcmf\OpenWeatherMap\Util\City

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

The time of the last update of this weather data.
public DateTime $lastUpdate
Результат DateTime

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

A sun object
public Sun,Cmfcmf\OpenWeatherMap\Util $sun
Результат Cmfcmf\OpenWeatherMap\Util\Sun