ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
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)
 

Detailed Description

Member Function Documentation

◆ processMountInstructions()

ilWebDAVMountInstructionsTextDocumentProcessor::processMountInstructions ( string  $a_raw_mount_instructions)

Implements ilWebDAVMountInstructionsDocumentProcessor.

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

References ilWebDAVMountInstructionsDocumentProcessorBase\parseInstructionsToAssocArray().

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  }
+ Here is the call graph for this function:

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