|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Notifications\Interfaces\InternalPushProvider:
Collaboration diagram for ILIAS\Notifications\Interfaces\InternalPushProvider: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... | |
| 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 28 of file InternalPushProvider.php.
|
final |
Return the description of the provider.
Implements ILIAS\Notifications\Interfaces\PushProviderInterface.
Definition at line 40 of file InternalPushProvider.php.
|
final |
Return a unique identifier.
Implements ILIAS\Notifications\Interfaces\PushProviderInterface.
Definition at line 30 of file InternalPushProvider.php.
|
final |
Return the presentation name of the provider.
Implements ILIAS\Notifications\Interfaces\PushProviderInterface.
Definition at line 35 of file InternalPushProvider.php.