PHP Class Cmfcmf\OpenWeatherMap\WeatherHistory

Inheritance: implements Iterator
Afficher le fichier Open project: cmfcmf/openweathermap-php-api

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__construct ( $weatherHistory, $query )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public méthode

public __construct ( $weatherHistory, $query )

current() public méthode

public current ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

rewind() public méthode

public rewind ( )

valid() public méthode

public valid ( )

Property Details

$calctime public_oe property

The time needed to calculate the request data.
public float $calctime
Résultat float

$city public_oe property

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