ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilWebDAVMountInstructionsTextDocumentProcessor Class Reference
+ Inheritance diagram for ilWebDAVMountInstructionsTextDocumentProcessor:
+ Collaboration diagram for ilWebDAVMountInstructionsTextDocumentProcessor:

Public Member Functions

 processMountInstructions (string $a_raw_mount_instructions)
 
- Public Member Functions inherited from ilWebDAVMountInstructionsDocumentProcessorBase
 parseInstructionsToAssocArray (string $a_raw_mount_instructions)
 
 processMountInstructions (string $a_raw_mount_instructions)
 

Detailed Description

Member Function Documentation

◆ processMountInstructions()

ilWebDAVMountInstructionsTextDocumentProcessor::processMountInstructions ( string  $a_raw_mount_instructions)

Implements ilWebDAVMountInstructionsDocumentProcessor.

Definition at line 23 of file class.ilWebDAVMountInstructionsTextDocumentProcessor.php.

23 : array
24 {
25 $stripped_instructions = htmlspecialchars($a_raw_mount_instructions);
26 $stripped_instructions = nl2br($stripped_instructions);
27
28 return $this->parseInstructionsToAssocArray($stripped_instructions);
29 }

References ilWebDAVMountInstructionsDocumentProcessorBase\parseInstructionsToAssocArray().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: