PHP Classes

File: tests/integration/DefinitionGenerator/data/config/open-weather/definition/forecast.transfer.yml

Recommend this page to a friend!
  Classes of Sergii Pryz   Transfer Object   tests/integration/DefinitionGenerator/data/config/open-weather/definition/forecast.transfer.yml   Download  
File: tests/integration/DefinitionGenerator/data/config/open-weather/definition/forecast.transfer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Transfer Object
Generate transfer objects using property hooks
Author: By
Last change:
Date: 15 days ago
Size: 980 bytes
 

Contents

Class file image Download
Forecast: coord: type: Coord weather: collectionType: Weather base: type: string main: type: Main visibility: type: int wind: type: Wind rain: type: array clouds: type: Clouds dt: type: int sys: type: Sys timezone: type: int id: type: int name: type: string cod: type: int Coord: lon: type: float lat: type: float Weather: id: type: int main: type: string description: type: string icon: type: string Main: temp: type: float feels_like: type: float temp_min: type: float temp_max: type: float pressure: type: int humidity: type: int sea_level: type: int grnd_level: type: int Wind: speed: type: float deg: type: int gust: type: float Clouds: all: type: int Sys: type: type: int id: type: int country: type: string sunrise: type: int sunset: type: int