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