Ndfd
class Ndfd extends Plugin
Properties
protected | $elementMap |
Methods
__construct(string $url = false)
No description
setProperty(string $k, string $v)
Set a query property
object
fetch()
Fetches data from the NDFD REST service based on set properties. Note that the full processing API may not yet be supported by \tsn\ndfd\response.
Details
at line 74
__construct(string $url = false)
at line 93
Ndfd
setZip(int $zip)
Set the zipcode for the local forecast
at line 106
Ndfd
setStart(int $ts)
Set the start time
at line 119
Ndfd
setEnd(int $ts)
Set the end time
at line 130
setProperty(string $k, string $v)
Set a query property
at line 141
object
fetch()
Fetches data from the NDFD REST service based on set properties. Note that the full processing API may not yet be supported by \tsn\ndfd\response.