ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilWebDAVMountInstructionsTextDocumentProcessor Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ 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

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

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

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: