ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\User\Profile\Fields Namespace Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

Namespaces

namespace  Custom
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
 
namespace  Standard
 

Data Structures

class  ConfigurationGUI
 
class  ConfigurationRepository
 
class  Field
 
interface  FieldDefinition
 

Enumerations

enum  AvailableSections : string { Other = 'other' }
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Enumeration Type Documentation

◆ AvailableSections

Enumerator
Other 

Definition at line 23 of file AvailableSections.php.

24{
25 case PersonalData = 'personal_data';
26 case ContactData = 'contact_data';
27 case Access = 'access';
28 case Interests = 'interests';
29 case Other = 'other';
30}