ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
PushProviderInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use ilLanguage;
24
26{
30 public function getIdentifier(): string;
31
35 public function getName(ilLanguage $lng): string;
36
40 public function getDescription(ilLanguage $lng): string;
41}
language handling
getName(ilLanguage $lng)
Return the presentation name of the provider.
getDescription(ilLanguage $lng)
Return the description of the provider.
global $lng
Definition: privfeed.php:31