PHP 클래스 Cmfcmf\OpenWeatherMap\CurrentWeatherGroup

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

공개 메소드들

메소드 설명
__construct ( stdClass $json, string $units ) Create a new current weathers group object.
current ( )
key ( )
next ( )
rewind ( )
valid ( )

메소드 상세

__construct() 공개 메소드

Create a new current weathers group object.
public __construct ( stdClass $json, string $units )
$json stdClass The current weathers group json.
$units string The units used.

current() 공개 메소드

public current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )