ILIAS  release_5-2 Revision v5.2.25-18-g3f80b82851
ilDAVActivationChecker Class Reference

Activation Checker. More...

+ Collaboration diagram for ilDAVActivationChecker:

Static Public Member Functions

static _isActive ()
 Static getter. More...
 

Detailed Description

Activation Checker.

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

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

Member Function Documentation

◆ _isActive()

static ilDAVActivationChecker::_isActive ( )
static

Static getter.

Returns true, if the WebDAV server is active.

THe WebDAV Server is active, if the variable file_access::webdav_enabled is set in the client ini file. (Removed: , and if PEAR Auth_HTTP is installed).

Returns
boolean value

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

Referenced by ilObjCategoryAccess\_getCommands(), ilObjFolderAccess\_getCommands(), ilObjGroupAccess\_getCommands(), ilObjCourseAccess\_getCommands(), ilInfoScreenGUI\addObjectSections(), ilObjectListGUI\getCommandFrame(), ilObjGroupListGUI\getCommandLink(), ilObjFolderListGUI\getCommandLink(), ilObjCategoryListGUI\getCommandLink(), ilObjectListGUI\getCommandLink(), ilObjUser\getLoginFromAuth(), ilObjectListGUI\getProperties(), ilPersonalSettingsGUI\initPasswordForm(), ilContainerGUI\lockObject(), ilObjectGUI\prepareOutput(), and ilObjTestGUI\prepareSubGuiOutput().

18  {
19  global $ilClientIniFile;
20  return $ilClientIniFile->readVariable('file_access','webdav_enabled') == '1';
21  }
+ Here is the caller graph for this function:

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