class WorkflowFilter implements FilterInterface (View source)

Properties

protected Workflow $workflow

Methods

__construct(Workflow $workflow)

Filter constructor.

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

__construct(Workflow $workflow)

Filter constructor.

Parameters

Workflow $workflow

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