ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjAdministrativeNotification.php
Go to the documentation of this file.
1 <?php
2 
8 {
9 
15  public function __construct($id = 0, bool $call_by_reference = true)
16  {
17  $this->type = "adn";
18  parent::__construct($id, $call_by_reference);
19  }
20 
24  public function getPresentationTitle()
25  {
26  return $this->lng->txt("obj_adn");
27  }
28 
32  public function getLongDescription()
33  {
34  return $this->lng->txt("administrative_notification_description");
35  }
36 }
Class ilObjAdministrativeNotification.
__construct(Container $dic, ilPlugin $plugin)
__construct($id=0, bool $call_by_reference=true)
ilObjAdministrativeNotification constructor.