Definition at line 4 of file class.ilWebDAVUriBuilder.php.
◆ __construct()
ilWebDAVUriBuilder::__construct |
( |
\Psr\Http\Message\RequestInterface |
$a_request | ) |
|
◆ changePathToWebDavScript()
ilWebDAVUriBuilder::changePathToWebDavScript |
( |
string |
$a_original_path | ) |
|
|
protected |
- Parameters
-
- Returns
- string
Definition at line 37 of file class.ilWebDAVUriBuilder.php.
References $webdav_script_name.
Referenced by __construct().
39 $exploded_path = explode(
'/', $a_original_path);
41 if (in_array($this->webdav_script_name, $exploded_path)) {
42 return implode(
'/', array_splice($exploded_path, 0, -2));
◆ getUriToMountInstructionModalByLanguage()
ilWebDAVUriBuilder::getUriToMountInstructionModalByLanguage |
( |
string |
$language | ) |
|
◆ getUriToMountInstructionModalByRef()
ilWebDAVUriBuilder::getUriToMountInstructionModalByRef |
( |
int |
$a_ref_id | ) |
|
◆ getWebDavDefaultUri()
ilWebDAVUriBuilder::getWebDavDefaultUri |
( |
int |
$a_ref_id | ) |
|
◆ getWebDavKonquerorUri()
ilWebDAVUriBuilder::getWebDavKonquerorUri |
( |
int |
$a_ref_id | ) |
|
◆ getWebDavNautilusUri()
ilWebDAVUriBuilder::getWebDavNautilusUri |
( |
int |
$a_ref_id | ) |
|
◆ getWebDavPathToLanguageTemplate()
ilWebDAVUriBuilder::getWebDavPathToLanguageTemplate |
( |
string |
$language | ) |
|
|
protected |
◆ getWebDavPathToRef()
ilWebDAVUriBuilder::getWebDavPathToRef |
( |
int |
$a_ref_id | ) |
|
|
protected |
◆ getWebDavUriByPlaceholderName()
ilWebDAVUriBuilder::getWebDavUriByPlaceholderName |
( |
string |
$placeholder_name, |
|
|
int |
$a_ref_id |
|
) |
| |
|
protected |
◆ $mount_instructions_query
ilWebDAVUriBuilder::$mount_instructions_query = 'mount-instructions' |
|
protected |
◆ $request
ilWebDAVUriBuilder::$request |
|
protected |
◆ $schemas
ilWebDAVUriBuilder::$schemas |
|
protected |
Initial value:= array(
'default' => 'http',
'konqueror' => 'webdav',
'nautilus' => 'dav'
)
Definition at line 10 of file class.ilWebDAVUriBuilder.php.
◆ $webdav_script_name
ilWebDAVUriBuilder::$webdav_script_name = 'webdav.php' |
|
protected |
The documentation for this class was generated from the following file: