PHP Класс Cmfcmf\OpenWeatherMap\Forecast

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

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

Свойство Тип Описание
$time The time of the forecast.

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

Метод Описание
__construct ( SimpleXMLElement $xml, string $units ) Create a new weather object for forecasts.

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

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

Create a new weather object for forecasts.
public __construct ( SimpleXMLElement $xml, string $units )
$xml SimpleXMLElement The forecasts xml.
$units string Ths units used.

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

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

The time of the forecast.
public $time