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\Profile\Fields
;
22
23
enum
AvailableSections
:
string
24
{
25
case
PersonalData =
'personal_data'
;
26
case
ContactData =
'contact_data'
;
27
case
Access =
'access'
;
28
case
Interests
=
'interests'
;
29
case
Other
=
'other'
;
30
}
ILIAS\User\Profile\Fields\Standard\Interests
Definition:
Interests.php:30
ILIAS\User\Profile\Fields
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AvailableSections.php:21
ILIAS\User\Profile\Fields\AvailableSections
AvailableSections
Definition:
AvailableSections.php:24
ILIAS\User\Profile\Fields\Other
@ Other
Definition:
AvailableSections.php:29
components
ILIAS
User
src
Profile
Fields
AvailableSections.php
Generated on Sat Oct 18 2025 23:04:58 for ILIAS by
1.9.4 (using
Doxyfile
)