ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
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