ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 #[\Override]
36 public function getPresentationTitle(): string
37 {
38 return $this->lng->txt("obj_adn");
39 }
40
44 #[\Override]
45 public function getLongDescription(): string
46 {
47 return $this->lng->txt("administrative_notification_description");
48 }
49}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
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)
Class ilObject Basic functions for all objects.
bool $call_by_reference
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc