interface FilterInterface (View source)

Methods

string
getName()

Get the human readable name of this filter

string
getKey()

Get the key of this filter

void
filterAlertList(AlertList $list)

Apply this filter to a given alertlist

Details

string getName()

Get the human readable name of this filter

Return Value

string

string getKey()

Get the key of this filter

Return Value

string

void filterAlertList(AlertList $list)

Apply this filter to a given alertlist

Parameters

AlertList $list

Return Value

void