File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ $openWeatherMap = new OpenWeatherMap(
230
230
231
231
## Config Object
232
232
233
- Configuration getters and setters for all options are available to access and change after initialization.
233
+ Configuration getters and setters for all options are available to access and change after initialization:
234
234
235
235
``` php
236
236
use ProgrammatorDev\OpenWeatherMap\Config;
Original file line number Diff line number Diff line change 55
55
56
56
### OneCall
57
57
58
- ` getCoordinate() ` : [ ` Coordinate ` ] ( #coordinate )
58
+ ` getCoordinate() ` : [ ` Coordinate ` ] ( 05-objects.md #coordinate)
59
59
60
- ` getTimezone() ` : [ ` Timezone ` ] ( #timezone )
60
+ ` getTimezone() ` : [ ` Timezone ` ] ( 05-objects.md #timezone)
61
61
62
- ` getCurrent() ` : [ ` Weather ` ] ( #weather )
62
+ ` getCurrent() ` : [ ` Weather ` ] ( 05-objects.md #weather)
63
63
64
- ` getMinutelyForecast() ` : [ ` ?MinutelyForecast [] ` ] ( #minuteforecast )
64
+ ` getMinutelyForecast() ` : [ ` ?MinuteForecast [] ` ] ( 05-objects.md #minuteforecast)
65
65
66
- ` getHourlyForecast() ` : [ ` Weather[] ` ] ( #weather )
66
+ ` getHourlyForecast() ` : [ ` Weather[] ` ] ( 05-objects.md #weather)
67
67
68
- ` getDailyForecast() ` : [ ` Weather[] ` ] ( #weather )
68
+ ` getDailyForecast() ` : [ ` Weather[] ` ] ( 05-objects.md #weather)
69
69
70
- ` getAlerts() ` : [ ` ?Alert[] ` ] ( #alert )
70
+ ` getAlerts() ` : [ ` ?Alert[] ` ] ( 05-objects.md #alert)
71
71
72
72
### Weather
73
73
You can’t perform that action at this time.
0 commit comments