ILIAS  release_8 Revision v8.24
ilDAVActivationChecker Class Reference

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

+ Collaboration diagram for ilDAVActivationChecker:

Static Public Member Functions

static _isActive ()
 

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 Activation Checker. Keep this class small, since it is included, even if WebDav is deactivated.

Definition at line 24 of file class.ilDAVActivationChecker.php.

Member Function Documentation

◆ _isActive()

static ilDAVActivationChecker::_isActive ( )
static

Definition at line 26 of file class.ilDAVActivationChecker.php.

26 : bool
27 {
28 $settings = new ilSetting('webdav');
29 return $settings->get('webdav_enabled', '0') === '1';
30 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
array $settings
Setting values (LTI parameters, custom parameters and local parameters).
Definition: System.php:200

References ILIAS\LTI\ToolProvider\$settings.

Referenced by ilObjCategoryAccess\_getCommands(), ilObjCourseAccess\_getCommands(), ilObjFolderAccess\_getCommands(), ilObjGroupAccess\_getCommands(), ilObjCategoryListGUI\getCommandLink(), ilObjFolderListGUI\getCommandLink(), ilObjGroupListGUI\getCommandLink(), ilObjectListGUI\getCommandLink(), ilObjUser\getLoginFromAuth(), ilObjectListGUI\getProperties(), and ilPersonalSettingsGUI\initPasswordForm().

+ Here is the caller graph for this function:

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