|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
This class contains some functions from the old ilDAVServer. More...
Collaboration diagram for ilWebDAVUtil: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.
References $instance.
Referenced by ilObjCategoryAccess\_getCommands(), ilObjCourseAccess\_getCommands(), ilObjFolderAccess\_getCommands(), and ilObjGroupAccess\_getCommands().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
staticprivate |
Definition at line 14 of file class.ilWebDAVUtil.php.
Referenced by getInstance().
|
private |
Definition at line 16 of file class.ilWebDAVUtil.php.
Referenced by isLocalPasswordInstructionRequired().