|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilWebDAVMountInstructionsHtmlDocumentProcessor:
Collaboration diagram for ilWebDAVMountInstructionsHtmlDocumentProcessor: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... | |
Public Member Functions inherited from ilWebDAVMountInstructionsDocumentProcessorBase | |
| parseInstructionsToAssocArray (string $a_raw_mount_instructions) | |
| processMountInstructions (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().
Here is the call graph for this function:
|
protected |
Definition at line 7 of file class.ilWebDAVMountInstructionsHtmlDocumentProcessor.php.