ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
ILIAS\WebDAV\Mount\TextDocumentProcessor Class Reference
+ Inheritance diagram for ILIAS\WebDAV\Mount\TextDocumentProcessor:
+ Collaboration diagram for ILIAS\WebDAV\Mount\TextDocumentProcessor:

Public Member Functions

 processMountInstructions (string $a_raw_mount_instructions)
 
- Public Member Functions inherited from ILIAS\WebDAV\Mount\DocumentProcessorBase
 parseInstructionsToAssocArray (string $a_raw_mount_instructions)
 
 processMountInstructions (string $a_raw_mount_instructions)
 

Detailed Description

Definition at line 23 of file TextDocumentProcessor.php.

Member Function Documentation

◆ processMountInstructions()

ILIAS\WebDAV\Mount\TextDocumentProcessor::processMountInstructions ( string  $a_raw_mount_instructions)

Implements ILIAS\WebDAV\Mount\DocumentProcessor.

Definition at line 25 of file TextDocumentProcessor.php.

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

References ILIAS\WebDAV\Mount\DocumentProcessorBase\parseInstructionsToAssocArray().

+ Here is the call graph for this function:

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