PHP Class Cmfcmf\OpenWeatherMap\Forecast

Inheritance: extends CurrentWeather
Afficher le fichier Open project: cmfcmf/openweathermap-php-api

Méthodes publiques

Свойство Type Description
$time The time of the forecast.

Méthodes publiques

Méthode Description
__construct ( SimpleXMLElement $xml, string $units ) Create a new weather object for forecasts.

Method Details

__construct() public méthode

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

Property Details

$time public_oe property

The time of the forecast.
public $time