ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (?array $allowedTags=null, ?string $cacheDirectory=null) | |
![]() | |
__construct () | |
ilHtmlPurifierAbstractLibWrapper constructor. 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... | |
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 | |
string | $cacheDirectory |
![]() | |
HTMLPurifier | $purifier |
Private Attributes | |
array | $allowedTags |
Additional Inherited Members | |
![]() | |
static | _getCacheDirectory () |
Definition at line 21 of file class.ilWebDAVMountInstructionsDocumentPurifier.php.
ilWebDAVMountInstructionsDocumentPurifier::__construct | ( | ?array | $allowedTags = null , |
?string | $cacheDirectory = null |
||
) |
Definition at line 26 of file class.ilWebDAVMountInstructionsDocumentPurifier.php.
References $allowedTags, $cacheDirectory, ILIAS\GlobalScreen\Provider\__construct(), ilHtmlPurifierAbstractLibWrapper\_getCacheDirectory(), and ilRTESettings\_getUsedHTMLTags().
|
protected |
Reimplemented from ilHtmlPurifierAbstractLibWrapper.
Definition at line 34 of file class.ilWebDAVMountInstructionsDocumentPurifier.php.
References $allowedTags, ilHtmlPurifierAbstractLibWrapper\makeElementListTinyMceCompliant(), and ilHtmlPurifierAbstractLibWrapper\removeUnsupportedElements().
|
private |
Definition at line 23 of file class.ilWebDAVMountInstructionsDocumentPurifier.php.
Referenced by __construct(), and getPurifierConfigInstance().
|
protected |
Definition at line 24 of file class.ilWebDAVMountInstructionsDocumentPurifier.php.
Referenced by __construct().