ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
InternalPushProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use ilLanguage;
24
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}
getName(ilLanguage $lng)
Return the presentation name of the provider.
getDescription(ilLanguage $lng)
Return the description of the provider.
language handling
global $lng
Definition: privfeed.php:31