ILIAS  release_7 Revision v7.30-3-g800a261c036
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}
An exception for terminatinating execution or to throw for unit testing.
Class ilObjAdministrativeNotification.
__construct($id=0, bool $call_by_reference=true)
ilObjAdministrativeNotification constructor.
Class ilObject Basic functions for all objects.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc