|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Inheritance diagram for ILIAS\WebDAV\Mount\DocumentPurifier:
Collaboration diagram for ILIAS\WebDAV\Mount\DocumentPurifier:Public Member Functions | |
| __construct (?array $allowedTags=null, ?string $cacheDirectory=null) | |
Public Member Functions inherited from ilHtmlPurifierAbstractLibWrapper | |
| __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 () | |
Protected Member Functions inherited from ilHtmlPurifierAbstractLibWrapper | |
| getPurifierConfigInstance () | |
| setPurifier (HTMLPurifier $purifier) | |
| getPurifier () | |
| removeUnsupportedElements (array $elements) | |
| Removes all unsupported elements. More... | |
| makeElementListTinyMceCompliant (array $elements) | |
Protected Attributes | |
| string | $cacheDirectory |
Protected Attributes inherited from ilHtmlPurifierAbstractLibWrapper | |
| HTMLPurifier | $purifier |
Private Attributes | |
| array | $allowedTags |
Additional Inherited Members | |
Static Public Member Functions inherited from ilHtmlPurifierAbstractLibWrapper | |
| static | _getCacheDirectory () |
Definition at line 27 of file DocumentPurifier.php.
| ILIAS\WebDAV\Mount\DocumentPurifier::__construct | ( | ?array | $allowedTags = null, |
| ?string | $cacheDirectory = null |
||
| ) |
Definition at line 32 of file DocumentPurifier.php.
References ILIAS\WebDAV\Mount\DocumentPurifier\$allowedTags, ILIAS\WebDAV\Mount\DocumentPurifier\$cacheDirectory, ILIAS\GlobalScreen\Provider\__construct(), ilHtmlPurifierAbstractLibWrapper\_getCacheDirectory(), and ilRTESettings\_getUsedHTMLTags().
Here is the call graph for this function:
|
protected |
Reimplemented from ilHtmlPurifierAbstractLibWrapper.
Definition at line 40 of file DocumentPurifier.php.
References ILIAS\WebDAV\Mount\DocumentPurifier\$allowedTags, ilHtmlPurifierAbstractLibWrapper\makeElementListTinyMceCompliant(), and ilHtmlPurifierAbstractLibWrapper\removeUnsupportedElements().
Here is the call graph for this function:
|
private |
Definition at line 29 of file DocumentPurifier.php.
Referenced by ILIAS\WebDAV\Mount\DocumentPurifier\__construct(), and ILIAS\WebDAV\Mount\DocumentPurifier\getPurifierConfigInstance().
|
protected |
Definition at line 30 of file DocumentPurifier.php.
Referenced by ILIAS\WebDAV\Mount\DocumentPurifier\__construct().