ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
UserSettings.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\User\Settings
;
22
23
interface
UserSettings
24
{
30
public
function
getSettingConfigurations
(): array;
31
}
ILIAS\User\Settings\UserSettings
Definition:
UserSettings.php:24
ILIAS\User\Settings\UserSettings\getSettingConfigurations
getSettingConfigurations()
Return all User Settings provided by the component.
ILIAS\User\Settings
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
components
ILIAS
User
src
Settings
UserSettings.php
Generated on Sat Oct 18 2025 23:02:57 for ILIAS by
1.9.4 (using
Doxyfile
)