NotificationInterface
Interface that describes a notification
interface
NotificationInterface
Methods summary
Return Type | Method Name | Description | |
---|---|---|---|
string | getTitle() | - | |
NotificationInterface | setTitle(string $title) | - | |
string | getMessage() | - | |
NotificationInterface | setMessage(string $message) | - | |
string | getUrl() | - | |
NotificationInterface | setUrl(string $url) | - | |
NotificationAttributeInterface[] | getAttributes() | - | |
NotificationInterface | setAttributes(NotificationAttributeInterface[] $attributes) | - | |
NotificationInterface | addAttribute(NotificationAttributeInterface $attribute) | - |