Notifier¶
-
class
OC\Authentication\Notifications\
Notifier
¶ Source: lib/private/Authentication/Notifications/Notifier.php#35 Implements: OCP\Notification\INotifier
Properties¶
Methods¶
-
public
OC\Authentication\Notifications\Notifier::
__construct
($l10nFactory)¶ Source: lib/private/Authentication/Notifications/Notifier.php#40
-
public
OC\Authentication\Notifications\Notifier::
prepare
($notification, $languageCode)¶ Source: lib/private/Authentication/Notifications/Notifier.php#47
-
public
OC\Authentication\Notifications\Notifier::
getID
()¶ - Identifier of the notifier, only use [a-z0-9_]
Source: lib/private/Authentication/Notifications/Notifier.php#85 Returns: string Since: 17.0.0
-
public
OC\Authentication\Notifications\Notifier::
getName
()¶ - Human readable name describing the notifier
Source: lib/private/Authentication/Notifications/Notifier.php#95 Returns: string Since: 17.0.0