ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (ilHtmlPurifierInterface $a_document_purifier) | |
HTML processor constructor. More... | |
processMountInstructions (string $a_raw_mount_instructions) | |
Processes mount instructions written with HTML. More... | |
![]() | |
parseInstructionsToAssocArray (string $a_raw_mount_instructions) | |
Protected Attributes | |
$document_purifier | |
Definition at line 4 of file class.ilWebDAVMountInstructionsHtmlDocumentProcessor.php.
ilWebDAVMountInstructionsHtmlDocumentProcessor::__construct | ( | ilHtmlPurifierInterface | $a_document_purifier | ) |
HTML processor constructor.
ilHtmlPurifierInterface | $a_document_purifier |
Definition at line 13 of file class.ilWebDAVMountInstructionsHtmlDocumentProcessor.php.
ilWebDAVMountInstructionsHtmlDocumentProcessor::processMountInstructions | ( | string | $a_raw_mount_instructions | ) |
Processes mount instructions written with HTML.
string | $a_raw_mount_instructions |
Implements ilWebDAVMountInstructionsDocumentProcessor.
Definition at line 24 of file class.ilWebDAVMountInstructionsHtmlDocumentProcessor.php.
References ilWebDAVMountInstructionsDocumentProcessorBase\parseInstructionsToAssocArray().
|
protected |
Definition at line 7 of file class.ilWebDAVMountInstructionsHtmlDocumentProcessor.php.