class Alert

Weather alert.

Only the Polish area

Methods

__construct(int $level, string $start, string $end)

Weather alert.

static 
emptyAlert()

No description

int
level()

Get alert level.

string
startDate()

Get start day.

string
endDate()

Get end day.

Details

at line 44
__construct(int $level, string $start, string $end)

Weather alert.

Parameters

int $level alert level
string $start start day
string $end end day

at line 51
static emptyAlert()

at line 68
int level()

Get alert level.

Return Value

int alert level

See also

https://burze.dzis.net/?page=mapa_ostrzezen Alert scale

at line 78
string startDate()

Get start day.

Return Value

string start day

at line 88
string endDate()

Get end day.

Return Value

string end day