ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Awareness\UserSettings\Settings Class Reference
+ Inheritance diagram for ILIAS\Awareness\UserSettings\Settings:
+ Collaboration diagram for ILIAS\Awareness\UserSettings\Settings:

Public Member Functions

 getSettingConfigurations ()
 Return all User Settings provided by the component. More...
 
 getSettingConfigurations ()
 Return all User Settings provided by the component. More...
 

Detailed Description

Definition at line 25 of file Settings.php.

Member Function Documentation

◆ getSettingConfigurations()

ILIAS\Awareness\UserSettings\Settings::getSettingConfigurations ( )

Return all User Settings provided by the component.

Returns
array<string>

Implements ILIAS\User\Settings\UserSettings.

Definition at line 27 of file Settings.php.

27 : array
28 {
29 return [
30 ShowStatusInWhoIsOnline::class
31 ];
32 }

The documentation for this class was generated from the following file: