ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
InternalPushProvider.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
28
final
class
InternalPushProvider
implements
PushProviderInterface
29
{
30
final
public
function
getIdentifier
(): string
31
{
32
return
''
;
33
}
34
35
final
public
function
getName
(
ilLanguage
$lng
): string
36
{
37
return
''
;
38
}
39
40
final
public
function
getDescription
(
ilLanguage
$lng
): string
41
{
42
return
''
;
43
}
44
}
ILIAS\Notifications\Interfaces\InternalPushProvider
Definition:
InternalPushProvider.php:29
ILIAS\Notifications\Interfaces\InternalPushProvider\getName
getName(ilLanguage $lng)
Return the presentation name of the provider.
Definition:
InternalPushProvider.php:35
ILIAS\Notifications\Interfaces\InternalPushProvider\getIdentifier
getIdentifier()
Return a unique identifier.
Definition:
InternalPushProvider.php:30
ILIAS\Notifications\Interfaces\InternalPushProvider\getDescription
getDescription(ilLanguage $lng)
Return the description of the provider.
Definition:
InternalPushProvider.php:40
ilLanguage
language handling
Definition:
class.ilLanguage.php:43
ILIAS\Notifications\Interfaces\PushProviderInterface
Definition:
PushProviderInterface.php:26
ILIAS\Notifications\Interfaces
Definition:
InternalPushProvider.php:21
$lng
global $lng
Definition:
privfeed.php:31
components
ILIAS
Notifications
classes
Provider
InternalPushProvider.php
Generated on Sat Oct 18 2025 23:03:30 for ILIAS by
1.9.4 (using
Doxyfile
)