ILIAS
release_7 Revision v7.30-3-g800a261c036
|
This class contains some functions from the old ilDAVServer. More...
Public Member Functions | |
isLocalPasswordInstructionRequired () | |
–> deleting this method depends on the "local password" discussion More... | |
Static Public Member Functions | |
static | getInstance () |
Get singleton instance. More... | |
Private Member Functions | |
__construct () | |
Singleton constructor. More... | |
Private Attributes | |
$pwd_instruction = null | |
Static Private Attributes | |
static | $instance = null |
This class contains some functions from the old ilDAVServer.
Sadly I wasn't able to refactor all of it. Some functions are still used in other classes. Will be refactored
TODO: Check for refactoring potential
Definition at line 12 of file class.ilWebDAVUtil.php.
|
private |
|
static |
Get singleton instance.
Definition at line 30 of file class.ilWebDAVUtil.php.
Referenced by ilObjCategoryAccess\_getCommands(), ilObjFolderAccess\_getCommands(), ilObjGroupAccess\_getCommands(), and ilObjCourseAccess\_getCommands().
ilWebDAVUtil::isLocalPasswordInstructionRequired | ( | ) |
–> deleting this method depends on the "local password" discussion
Definition at line 43 of file class.ilWebDAVUtil.php.
References $DIC, $ilUser, $pwd_instruction, ilAuthUtils\LOCAL_PWV_USER, and ilAuthUtils\supportsLocalPasswordValidation().
|
staticprivate |
Definition at line 14 of file class.ilWebDAVUtil.php.
|
private |
Definition at line 16 of file class.ilWebDAVUtil.php.
Referenced by isLocalPasswordInstructionRequired().