ILIAS  release_8 Revision v8.24
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}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(int $id=0, bool $call_by_reference=true)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
bool $call_by_reference
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc