15 $this->document_purifier = $a_document_purifier;
26 $purified_html_content = $this->document_purifier->purify($a_raw_mount_instructions);
29 if (!$html_validator->isValid()) {
30 $purified_html_content = nl2br($purified_html_content);
__construct(ilHtmlPurifierInterface $a_document_purifier)
HTML processor constructor.
parseInstructionsToAssocArray(string $a_raw_mount_instructions)
processMountInstructions(string $a_raw_mount_instructions)
Processes mount instructions written with HTML.
Interface for html sanitizing functionality.