ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilDAVActivationChecker Class Reference

Activation Checker. More...

+ Collaboration diagram for ilDAVActivationChecker:

Static Public Member Functions

static _isActive ()
 

Detailed Description

Activation Checker.

Keep this class small, since it is included, even if WebDav is deactivated.

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

Member Function Documentation

◆ _isActive()

static ilDAVActivationChecker::_isActive ( )
static

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

27 : bool
28 {
29 $settings = new ilSetting('webdav');
30 return $settings->get('webdav_enabled', '0') === '1';
31 }
ILIAS Setting Class.

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

+ Here is the caller graph for this function:

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