ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
PushProviderInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Notifications\Interfaces
;
22
23
use
ilLanguage
;
24
25
interface
PushProviderInterface
26
{
30
public
function
getIdentifier
(): string;
31
35
public
function
getName
(
ilLanguage
$lng
): string;
36
40
public
function
getDescription
(
ilLanguage
$lng
): string;
41
}
ilLanguage
language handling
Definition:
class.ilLanguage.php:43
ILIAS\Notifications\Interfaces\PushProviderInterface
Definition:
PushProviderInterface.php:26
ILIAS\Notifications\Interfaces\PushProviderInterface\getName
getName(ilLanguage $lng)
Return the presentation name of the provider.
ILIAS\Notifications\Interfaces\PushProviderInterface\getDescription
getDescription(ilLanguage $lng)
Return the description of the provider.
ILIAS\Notifications\Interfaces\PushProviderInterface\getIdentifier
getIdentifier()
Return a unique identifier.
ILIAS\Notifications\Interfaces
Definition:
InternalPushProvider.php:21
$lng
global $lng
Definition:
privfeed.php:31
components
ILIAS
Notifications
classes
Provider
PushProviderInterface.php
Generated on Sat Oct 18 2025 23:03:30 for ILIAS by
1.9.4 (using
Doxyfile
)