ILIAS  trunk Revision v12.0_alpha-33-ge186251a14d
class.ilObjGeneralSettings.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22{
23 public const string TYPE = 'adma';
24
25 protected function initType(): void
26 {
27 $this->type = self::TYPE;
28 }
29
30
31
32
33}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...