ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (protected 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 |
array string | $mount_instructions_query = 'mount-instructions' |
string | $webdav_script_name = 'webdav.php' |
UriInterface | $uri |
string | $host |
string | $client_id = CLIENT_ID |
string | $web_path_to_script |
Definition at line 24 of file class.ilWebDAVUriBuilder.php.
ilWebDAVUriBuilder::__construct | ( | protected RequestInterface | $request | ) |
Definition at line 42 of file class.ilWebDAVUriBuilder.php.
References changePathToWebDavScript().
|
protected |
Definition at line 49 of file class.ilWebDAVUriBuilder.php.
References $webdav_script_name.
Referenced by __construct().
ilWebDAVUriBuilder::getUriToMountInstructionModalByLanguage | ( | string | $language | ) |
Definition at line 99 of file class.ilWebDAVUriBuilder.php.
References $mount_instructions_query, and getWebDavPathToLanguageTemplate().
ilWebDAVUriBuilder::getUriToMountInstructionModalByRef | ( | int | $a_ref_id | ) |
Definition at line 94 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 79 of file class.ilWebDAVUriBuilder.php.
References getWebDavUriByPlaceholderName().
ilWebDAVUriBuilder::getWebDavKonquerorUri | ( | int | $a_ref_id | ) |
Definition at line 89 of file class.ilWebDAVUriBuilder.php.
References getWebDavUriByPlaceholderName().
ilWebDAVUriBuilder::getWebDavNautilusUri | ( | int | $a_ref_id | ) |
Definition at line 84 of file class.ilWebDAVUriBuilder.php.
References getWebDavUriByPlaceholderName().
|
protected |
Definition at line 65 of file class.ilWebDAVUriBuilder.php.
Referenced by getUriToMountInstructionModalByLanguage().
|
protected |
Definition at line 60 of file class.ilWebDAVUriBuilder.php.
Referenced by getUriToMountInstructionModalByRef(), and getWebDavUriByPlaceholderName().
|
protected |
Definition at line 70 of file class.ilWebDAVUriBuilder.php.
References getWebDavPathToRef().
Referenced by getWebDavDefaultUri(), getWebDavKonquerorUri(), and getWebDavNautilusUri().
|
protected |
Definition at line 39 of file class.ilWebDAVUriBuilder.php.
|
protected |
Definition at line 38 of file class.ilWebDAVUriBuilder.php.
|
protected |
Definition at line 35 of file class.ilWebDAVUriBuilder.php.
Referenced by getUriToMountInstructionModalByLanguage(), and getUriToMountInstructionModalByRef().
|
protected |
Definition at line 29 of file class.ilWebDAVUriBuilder.php.
|
protected |
Definition at line 37 of file class.ilWebDAVUriBuilder.php.
|
protected |
Definition at line 40 of file class.ilWebDAVUriBuilder.php.
|
protected |
Definition at line 36 of file class.ilWebDAVUriBuilder.php.
Referenced by changePathToWebDavScript().