ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
◀ ilDoc Overview
TextDocumentProcessor.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\WebDAV\Mount
;
22
23
class
TextDocumentProcessor
extends
DocumentProcessorBase
24
{
25
public
function
processMountInstructions
(
string
$a_raw_mount_instructions): array
26
{
27
$stripped_instructions = htmlspecialchars($a_raw_mount_instructions);
28
$stripped_instructions = nl2br($stripped_instructions);
29
30
return
$this->
parseInstructionsToAssocArray
($stripped_instructions);
31
}
32
}
ILIAS\WebDAV\Mount\DocumentProcessorBase
Definition:
DocumentProcessorBase.php:24
ILIAS\WebDAV\Mount\DocumentProcessorBase\parseInstructionsToAssocArray
parseInstructionsToAssocArray(string $a_raw_mount_instructions)
Definition:
DocumentProcessorBase.php:25
ILIAS\WebDAV\Mount\TextDocumentProcessor
Definition:
TextDocumentProcessor.php:24
ILIAS\WebDAV\Mount\TextDocumentProcessor\processMountInstructions
processMountInstructions(string $a_raw_mount_instructions)
Definition:
TextDocumentProcessor.php:25
ILIAS\WebDAV\Mount
Definition:
BaseInstructions.php:21
components
ILIAS
WebDAV
src
Mount
TextDocumentProcessor.php
Generated on Wed Jun 3 2026 23:07:35 for ILIAS by
1.9.4 (using
Doxyfile
)