ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Test\Settings\MainSettings Namespace Reference

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

Data Structures

class  MainSettings
 
class  MainSettingsDatabaseRepository
 
interface  MainSettingsRepository
 
class  SettingsAccess
 
class  SettingsAdditional
 
class  SettingsFinishing
 
class  SettingsGeneral
 
class  SettingsIntroduction
 
class  SettingsMainGUI
 @ilCtrl_Calls ILIAS\Test\Settings\MainSettings\SettingsMainGUI: ilPropertyFormGUI @ilCtrl_Calls ILIAS\Test\Settings\MainSettings\SettingsMainGUI: ilConfirmationGUI @ilCtrl_Calls ILIAS\Test\Settings\MainSettings\SettingsMainGUI: ilTestSettingsChangeConfirmationGUI More...
 
class  SettingsParticipantFunctionality
 
class  SettingsQuestionBehaviour
 
class  SettingsTestBehaviour
 

Enumerations

enum  RedirectionModes : int { ALWAYS_TO_LOGOUT = 3 }
 

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

◆ RedirectionModes

Enumerator
ALWAYS_TO_LOGOUT 

Definition at line 23 of file RedirectionModes.php.

24{
25 case NONE = 0;
26 case ALWAYS = 1;
27 case IF_KIOSK_ACTIVATED = 2;
28 case ALWAYS_TO_LOGOUT = 3;
29}
const ALWAYS