ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjAdministrativeNotification.php
Go to the documentation of this file.
1 <?php
2 
23 {
24  public const TYPE_ADN = "adn";
25 
26  public function __construct(int $id = 0, bool $call_by_reference = true)
27  {
28  $this->type = self::TYPE_ADN;
30  }
31 
35  public function getPresentationTitle(): string
36  {
37  return $this->lng->txt("obj_adn");
38  }
39 
43  public function getLongDescription(): string
44  {
45  return $this->lng->txt("administrative_notification_description");
46  }
47 }
__construct(int $id=0, bool $call_by_reference=true)
bool $call_by_reference
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)