PHP 클래스 Cmfcmf\OpenWeatherMap\Forecast

상속: extends CurrentWeather
파일 보기 프로젝트 열기: cmfcmf/openweathermap-php-api

공개 프로퍼티들

프로퍼티 타입 설명
$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