ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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  #[\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 }
__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...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
__construct(Container $dic, ilPlugin $plugin)