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

Detailed Description

Definition at line 25 of file PushProviderInterface.php.

Member Function Documentation

◆ getDescription()

ILIAS\Notifications\Interfaces\PushProviderInterface::getDescription ( ilLanguage  $lng)

Return the description of the provider.

Implemented in ILIAS\Notifications\Interfaces\InternalPushProvider.

◆ getIdentifier()

ILIAS\Notifications\Interfaces\PushProviderInterface::getIdentifier ( )

Return a unique identifier.

Implemented in ILIAS\Notifications\Interfaces\InternalPushProvider.

◆ getName()

ILIAS\Notifications\Interfaces\PushProviderInterface::getName ( ilLanguage  $lng)

Return the presentation name of the provider.

Implemented in ILIAS\Notifications\Interfaces\InternalPushProvider.


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