ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Notifications\Interfaces\InternalPushProvider Class Reference
+ 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...
 

Detailed Description

Definition at line 28 of file InternalPushProvider.php.

Member Function Documentation

◆ getDescription()

ILIAS\Notifications\Interfaces\InternalPushProvider::getDescription ( ilLanguage  $lng)
final

Return the description of the provider.

Implements ILIAS\Notifications\Interfaces\PushProviderInterface.

Definition at line 40 of file InternalPushProvider.php.

40 : string
41 {
42 return '';
43 }

◆ getIdentifier()

ILIAS\Notifications\Interfaces\InternalPushProvider::getIdentifier ( )
final

Return a unique identifier.

Implements ILIAS\Notifications\Interfaces\PushProviderInterface.

Definition at line 30 of file InternalPushProvider.php.

30 : string
31 {
32 return '';
33 }

◆ getName()

ILIAS\Notifications\Interfaces\InternalPushProvider::getName ( ilLanguage  $lng)
final

Return the presentation name of the provider.

Implements ILIAS\Notifications\Interfaces\PushProviderInterface.

Definition at line 35 of file InternalPushProvider.php.

35 : string
36 {
37 return '';
38 }

The documentation for this class was generated from the following file: