ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Settings.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Notifications\UserSettings
;
22
23
use
ILIAS\User\Settings\UserSettings
;
24
25
class
Settings
implements
UserSettings
26
{
27
public
function
getSettingConfigurations
(): array
28
{
29
return
[
30
PushNotification::class
31
];
32
}
33
}
ILIAS\Notifications\UserSettings\Settings
Definition:
Settings.php:26
ILIAS\Notifications\UserSettings\Settings\getSettingConfigurations
getSettingConfigurations()
Return all User Settings provided by the component.
Definition:
Settings.php:27
ILIAS\User\Settings\UserSettings
Definition:
UserSettings.php:24
ILIAS\Notifications\UserSettings
Definition:
PushNotification.php:21
components
ILIAS
Notifications
UserSettings
Settings.php
Generated on Sat Oct 18 2025 23:02:29 for ILIAS by
1.9.4 (using
Doxyfile
)