Class ilWebDAVMountInstructions.
More...
Class ilWebDAVMountInstructions.
This class creates the page and links for the WebDAV mount instruction page
- Author
- Raphael Heer rapha.nosp@m.el.h.nosp@m.eer@h.nosp@m.slu..nosp@m.ch $Id$
Definition at line 11 of file class.ilWebDAVObjectMountInstructions.php.
◆ __construct()
◆ fillPlaceholdersForMountInstructions()
ilWebDAVObjectMountInstructions::fillPlaceholdersForMountInstructions |
( |
array |
$mount_instructions | ) |
|
|
protected |
Definition at line 48 of file class.ilWebDAVObjectMountInstructions.php.
References settings().
50 foreach ($mount_instructions as $title => $mount_instruction) {
51 $mount_instruction = str_replace(
"[WEBFOLDER_ID]", $this->ref_id, $mount_instruction);
52 $mount_instruction = str_replace(
"[WEBFOLDER_TITLE]", $this->obj_title, $mount_instruction);
53 $mount_instruction = str_replace(
"[WEBFOLDER_URI]", $this->uri_builder->getWebDavDefaultUri($this->ref_id), $mount_instruction);
54 $mount_instruction = str_replace(
"[WEBFOLDER_URI_KONQUEROR]", $this->uri_builder->getWebDavKonquerorUri($this->ref_id), $mount_instruction);
55 $mount_instruction = str_replace(
"[WEBFOLDER_URI_NAUTILUS]", $this->uri_builder->getWebDavNautilusUri($this->ref_id), $mount_instruction);
56 $mount_instruction = str_replace(
"[ADMIN_MAIL]", $this->
settings->get(
"admin_email"), $mount_instruction);
58 $mount_instructions[$title] = $mount_instruction;
62 return $mount_instructions;
◆ $client_id
ilWebDAVObjectMountInstructions::$client_id |
|
protected |
◆ $clientOS
ilWebDAVObjectMountInstructions::$clientOS |
|
protected |
◆ $clientOSFlavor
ilWebDAVObjectMountInstructions::$clientOSFlavor |
|
protected |
◆ $document_repository
ilWebDAVObjectMountInstructions::$document_repository |
|
protected |
◆ $http_host
ilWebDAVObjectMountInstructions::$http_host |
|
protected |
◆ $obj_id
ilWebDAVObjectMountInstructions::$obj_id |
|
protected |
◆ $obj_title
ilWebDAVObjectMountInstructions::$obj_title |
|
protected |
◆ $path_to_template
ilWebDAVObjectMountInstructions::$path_to_template |
|
protected |
◆ $ref_id
ilWebDAVObjectMountInstructions::$ref_id |
|
protected |
◆ $request_uri
ilWebDAVObjectMountInstructions::$request_uri |
|
protected |
◆ $script_name
ilWebDAVObjectMountInstructions::$script_name |
|
protected |
◆ $settings
ilWebDAVObjectMountInstructions::$settings |
|
protected |
◆ $uri_provider
ilWebDAVObjectMountInstructions::$uri_provider |
|
protected |
◆ $user_agent
ilWebDAVObjectMountInstructions::$user_agent |
|
protected |
The documentation for this class was generated from the following file: