◆ __construct()
◆ fillPlaceholdersForMountInstructions()
  
  
      
        
          | ilWebDAVObjectMountInstructions::fillPlaceholdersForMountInstructions  | 
          ( | 
          array  | 
          $mount_instructions | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Definition at line 44 of file class.ilWebDAVObjectMountInstructions.php.
References ILIAS\Repository\settings().
   46         foreach ($mount_instructions as $title => $mount_instruction) {
    47             $mount_instruction = str_replace(
"[WEBFOLDER_ID]", (
string) $this->ref_id, $mount_instruction);
    48             $mount_instruction = str_replace(
"[WEBFOLDER_TITLE]", $this->obj_title, $mount_instruction);
    49             $mount_instruction = str_replace(
    51                 $this->uri_builder->getWebDavDefaultUri($this->ref_id),
    54             $mount_instruction = str_replace(
    55                 "[WEBFOLDER_URI_KONQUEROR]",
    56                 $this->uri_builder->getWebDavKonquerorUri($this->ref_id),
    59             $mount_instruction = str_replace(
    60                 "[WEBFOLDER_URI_NAUTILUS]",
    61                 $this->uri_builder->getWebDavNautilusUri($this->ref_id),
    64             $mount_instruction = str_replace(
"[ADMIN_MAIL]", $this->
settings->get(
"admin_email"), $mount_instruction);
    66             $mount_instructions[$title] = $mount_instruction;
    70         return $mount_instructions;
 
 
 
 
◆ $obj_id
  
  
      
        
          | int ilWebDAVObjectMountInstructions::$obj_id | 
         
       
   | 
  
protected   | 
  
 
 
◆ $obj_title
  
  
      
        
          | string ilWebDAVObjectMountInstructions::$obj_title | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: