ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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 Sat Oct 18 2025 23:04:58 for ILIAS by
1.9.4 (using
Doxyfile
)