PHP 클래스 Cmfcmf\OpenWeatherMap\WeatherHistory

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

공개 프로퍼티들

프로퍼티 타입 설명
$calctime float The time needed to calculate the request data.
$city Cmfcmf\OpenWeatherMap\Util\City The city object. IMPORTANT: Not all values will be set

공개 메소드들

메소드 설명
__construct ( $weatherHistory, $query )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $weatherHistory, $query )

current() 공개 메소드

public current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

$calctime 공개적으로 프로퍼티

The time needed to calculate the request data.
public float $calctime
리턴 float

$city 공개적으로 프로퍼티

The city object. IMPORTANT: Not all values will be set
public City,Cmfcmf\OpenWeatherMap\Util $city
리턴 Cmfcmf\OpenWeatherMap\Util\City