NotificationAttributeInterface
Interface that describes attributes of a notification
interface
NotificationAttributeInterface
Methods summary
Return Type | Method Name | Description | |
---|---|---|---|
string | getLabel() | - | |
NotificationAttributeInterface | setLabel(string $label) | - | |
string | getValue() | - | |
NotificationAttributeInterface | setValue(string $value) | - | |
string | getUrl() | - | |
NotificationAttributeInterface | setUrl(string $url) | - | |
string | getStyle() | - | |
NotificationAttributeInterface | setStyle(string $style) | - | |
string | getIcon() | - | |
NotificationAttributeInterface | setIcon(string $icon) | - |