PHP 클래스 Cmfcmf\OpenWeatherMap\WeatherForecast

또한 보기: Cmfcmf\OpenWeatherMap::getWeather() The function using it.
상속: implements Iterator
파일 보기 프로젝트 열기: cmfcmf/openweathermap-php-api

공개 프로퍼티들

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