StandardFilter
class StandardFilter implements FilterInterface (View source)
Properties
protected TypeInterface | $type | ||
protected string | $name | ||
protected string | $key | ||
protected string | $databaseNotificationType |
Methods
__construct(TypeInterface $type, $key, $name, $databaseNotificationType)
StandardFilter constructor. The $notificationDatabaseType parameter is the name of the notification discriminator column. It is separate from the key.
string
getKey()
No description
setKey(string $key)
No description
string
getName()
No description
setName(mixed $name)
No description
getType()
No description
string
getDatabaseNotificationType()
No description
setDatabaseNotificationType(string $databaseNotificationType)
No description
void
Details
__construct(TypeInterface $type, $key, $name, $databaseNotificationType)
StandardFilter constructor. The $notificationDatabaseType parameter is the name of the notification discriminator column. It is separate from the key.
string
getKey()
No description
setKey(string $key)
No description
string
getName()
No description
setName(mixed $name)
No description
TypeInterface
getType()
No description
setType(TypeInterface $type)
No description
string
getDatabaseNotificationType()
No description
setDatabaseNotificationType(string $databaseNotificationType)
No description
void
filterAlertList(AlertList $list)
Apply this filter to a given alertlist