ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
◀ ilDoc Overview
class.ilObjServerInfo.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
final
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
}
ilObjServerInfo
Definition:
class.ilObjServerInfo.php:22
ilObjServerInfo\TYPE
const string TYPE
Definition:
class.ilObjServerInfo.php:23
ilObjServerInfo\initType
initType()
Definition:
class.ilObjServerInfo.php:25
ilObject2
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObject2.php:24
components
ILIAS
Administration
classes
ServerInfo
class.ilObjServerInfo.php
Generated on Sun Nov 2 2025 23:01:28 for ILIAS by
1.9.4 (using
Doxyfile
)