INotifier
Interface INotifier
Tags
Table of Contents
- getID() : string
- Identifier of the notifier, only use [a-z0-9_]
- getName() : string
- Human readable name describing the notifier
- prepare() : INotification
Methods
getID()
Identifier of the notifier, only use [a-z0-9_]
public
getID() : string
Tags
Return values
string —getName()
Human readable name describing the notifier
public
getName() : string
Tags
Return values
string —prepare()
public
prepare(INotification $notification, string $languageCode) : INotification
Parameters
- $notification : INotification
- $languageCode : string
-
The code of the language that should be used to prepare the notification