|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Notifications\Interfaces\PushProviderInterface:
Collaboration diagram for ILIAS\Notifications\Interfaces\PushProviderInterface: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.