ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
getIdentifier () | |
Return a unique identifier. More... | |
getName (ilLanguage $lng) | |
Return the presentation name of the provider. More... | |
getDescription (ilLanguage $lng) | |
Return the description of the provider. More... | |
Definition at line 25 of file PushProviderInterface.php.
ILIAS\Notifications\Interfaces\PushProviderInterface::getDescription | ( | ilLanguage | $lng | ) |
Return the description of the provider.
Implemented in ILIAS\Notifications\Interfaces\InternalPushProvider.
ILIAS\Notifications\Interfaces\PushProviderInterface::getIdentifier | ( | ) |
Return a unique identifier.
Implemented in ILIAS\Notifications\Interfaces\InternalPushProvider.
ILIAS\Notifications\Interfaces\PushProviderInterface::getName | ( | ilLanguage | $lng | ) |
Return the presentation name of the provider.
Implemented in ILIAS\Notifications\Interfaces\InternalPushProvider.