ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
AvailableSections.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\User\Settings
;
22
23
enum
AvailableSections
:
string
24
{
25
case
Main =
'main'
;
26
case
Communication =
'communication'
;
27
case
DateTime =
'date_time'
;
28
case
Additional
=
'additional'
;
29
}
ILIAS\User\Settings
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\User\Settings\AvailableSections
AvailableSections
Definition:
AvailableSections.php:24
ILIAS\User\Settings\Additional
@ Additional
Definition:
AvailableSections.php:28
components
ILIAS
User
src
Settings
AvailableSections.php
Generated on Sun Dec 14 2025 23:04:19 for ILIAS by
1.9.4 (using
Doxyfile
)