ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (RequestInterface $request) | |
getWebDavDefaultUri (int $a_ref_id) | |
getWebDavNautilusUri (int $a_ref_id) | |
getWebDavKonquerorUri (int $a_ref_id) | |
getUriToMountInstructionModalByRef (int $a_ref_id) | |
getUriToMountInstructionModalByLanguage (string $language) | |
Protected Member Functions | |
changePathToWebDavScript (string $a_original_path) | |
getWebDavPathToRef (int $a_ref_id) | |
getWebDavPathToLanguageTemplate (string $language) | |
getWebDavUriByPlaceholderName (string $placeholder_name, int $a_ref_id) | |
Protected Attributes | |
array | $schemas |
string | $mount_instructions_query = 'mount-instructions' |
string | $webdav_script_name = 'webdav.php' |
RequestInterface | $request |
UriInterface | $uri |
string | $host |
string | $client_id |
string | $web_path_to_script |
Definition at line 24 of file class.ilWebDAVUriBuilder.php.
ilWebDAVUriBuilder::__construct | ( | RequestInterface | $request | ) |
Definition at line 44 of file class.ilWebDAVUriBuilder.php.
References $request, changePathToWebDavScript(), and CLIENT_ID.
|
protected |
Definition at line 55 of file class.ilWebDAVUriBuilder.php.
References $webdav_script_name.
Referenced by __construct().
ilWebDAVUriBuilder::getUriToMountInstructionModalByLanguage | ( | string | $language | ) |
Definition at line 105 of file class.ilWebDAVUriBuilder.php.
References $mount_instructions_query, and getWebDavPathToLanguageTemplate().
ilWebDAVUriBuilder::getUriToMountInstructionModalByRef | ( | int | $a_ref_id | ) |
Definition at line 100 of file class.ilWebDAVUriBuilder.php.
References $mount_instructions_query, and getWebDavPathToRef().
Referenced by ilObjFolderListGUI\getCommandLink(), ilObjGroupListGUI\getCommandLink(), ilObjCategoryListGUI\getCommandLink(), ilObjectListGUI\getCommandLink(), and ilContainerGUI\showPasswordInstructionObject().
ilWebDAVUriBuilder::getWebDavDefaultUri | ( | int | $a_ref_id | ) |
Definition at line 85 of file class.ilWebDAVUriBuilder.php.
References getWebDavUriByPlaceholderName().
ilWebDAVUriBuilder::getWebDavKonquerorUri | ( | int | $a_ref_id | ) |
Definition at line 95 of file class.ilWebDAVUriBuilder.php.
References getWebDavUriByPlaceholderName().
ilWebDAVUriBuilder::getWebDavNautilusUri | ( | int | $a_ref_id | ) |
Definition at line 90 of file class.ilWebDAVUriBuilder.php.
References getWebDavUriByPlaceholderName().
|
protected |
Definition at line 71 of file class.ilWebDAVUriBuilder.php.
Referenced by getUriToMountInstructionModalByLanguage().
|
protected |
Definition at line 66 of file class.ilWebDAVUriBuilder.php.
Referenced by getUriToMountInstructionModalByRef(), and getWebDavUriByPlaceholderName().
|
protected |
Definition at line 76 of file class.ilWebDAVUriBuilder.php.
References getWebDavPathToRef().
Referenced by getWebDavDefaultUri(), getWebDavKonquerorUri(), and getWebDavNautilusUri().
|
protected |
Definition at line 41 of file class.ilWebDAVUriBuilder.php.
|
protected |
Definition at line 40 of file class.ilWebDAVUriBuilder.php.
|
protected |
Definition at line 35 of file class.ilWebDAVUriBuilder.php.
Referenced by getUriToMountInstructionModalByLanguage(), and getUriToMountInstructionModalByRef().
|
protected |
Definition at line 38 of file class.ilWebDAVUriBuilder.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file class.ilWebDAVUriBuilder.php.
|
protected |
Definition at line 39 of file class.ilWebDAVUriBuilder.php.
|
protected |
Definition at line 42 of file class.ilWebDAVUriBuilder.php.
|
protected |
Definition at line 36 of file class.ilWebDAVUriBuilder.php.
Referenced by changePathToWebDavScript().