ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
AvailablePages.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
AvailablePages
:
string
24
{
25
case
MainSettings =
'main'
;
26
case
PrivacySettings =
'privacy'
;
27
case
Password
=
'password'
;
28
}
ILIAS\Data\Password
A password is used as part of credentials for authentication.
Definition:
Password.php:31
ILIAS\User\Settings
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\User\Settings\AvailablePages
AvailablePages
Definition:
AvailablePages.php:24
components
ILIAS
User
src
Settings
AvailablePages.php
Generated on Sat Oct 18 2025 23:04:59 for ILIAS by
1.9.4 (using
Doxyfile
)