ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct () | |
ilHtmlPurifierAbstractLibWrapper constructor. More... | |
![]() | |
__construct () | |
ilHtmlPurifierAbstractLibWrapper constructor. More... | |
purify (string $html) | |
@inheritDoc More... | |
purifyArray (array $htmlCollection) | |
@inheritDoc More... | |
purify (string $html) | |
Filters an HTML snippet/document to be XSS-free and standards-compliant. More... | |
purifyArray (array $htmlCollection) | |
Filters an array of HTML snippets/documents to be XSS-free and standards-compliant. More... | |
Protected Member Functions | |
getPurifierConfigInstance () | |
![]() | |
getPurifierConfigInstance () | |
setPurifier (HTMLPurifier $purifier) | |
getPurifier () | |
removeUnsupportedElements (array $elements) | |
Removes all unsupported elements. More... | |
makeElementListTinyMceCompliant (array $elements) | |
Protected Attributes | |
const | TAGSET = ["strong", "em", "u", "ol", "li", "ul", "blockquote", "a", "p", "span", "br"] |
![]() | |
$purifier | |
Additional Inherited Members | |
![]() | |
static | _getCacheDirectory () |
Definition at line 21 of file class.ilExcInstructionPurifier.php.
ilExcInstructionPurifier::__construct | ( | ) |
ilHtmlPurifierAbstractLibWrapper constructor.
Reimplemented from ilHtmlPurifierAbstractLibWrapper.
Definition at line 26 of file class.ilExcInstructionPurifier.php.
References ILIAS\GlobalScreen\Provider\__construct().
|
protected |
Reimplemented from ilHtmlPurifierAbstractLibWrapper.
Definition at line 31 of file class.ilExcInstructionPurifier.php.
References $config, ilHtmlPurifierAbstractLibWrapper\_getCacheDirectory(), ilHtmlPurifierAbstractLibWrapper\makeElementListTinyMceCompliant(), and ilHtmlPurifierAbstractLibWrapper\removeUnsupportedElements().
|
protected |
Definition at line 24 of file class.ilExcInstructionPurifier.php.