ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
ilDAVActivationChecker Class Reference
+ Collaboration diagram for ilDAVActivationChecker:

Static Public Member Functions

static _isActive ()
 

Detailed Description

Deprecated:
use \ILIAS\WebDAV\Environment instead

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

Member Function Documentation

◆ _isActive()

static ilDAVActivationChecker::_isActive ( )
static

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

28 : bool
29 {
30 global $DIC;
31
32 return $DIC[Environment::class]->isActive();
33 }
global $DIC
Definition: shib_login.php:26

References $DIC.

Referenced by ilObjCategoryAccess\_getCommands(), ilObjCourseAccess\_getCommands(), ilObjFolderAccess\_getCommands(), and ilObjGroupAccess\_getCommands().

+ Here is the caller graph for this function:

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