|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Concrete class for sanitizing html of forum posts. More...
Inheritance diagram for ilHtmlForumPostPurifier:
Collaboration diagram for ilHtmlForumPostPurifier:Public Member Functions | |
| __construct () | |
| ilHtmlForumPostPurifier constructor. More... | |
Public Member Functions inherited from ilHtmlPurifierAbstractLibWrapper | |
| __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 () | |
| Concrete function which builds a html purifier config instance. More... | |
Protected Member Functions inherited from ilHtmlPurifierAbstractLibWrapper | |
| getPurifierConfigInstance () | |
| setPurifier (HTMLPurifier $purifier) | |
| getPurifier () | |
| removeUnsupportedElements (array $elements) | |
| Removes all unsupported elements. More... | |
| makeElementListTinyMceCompliant (array $elements) | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilHtmlPurifierAbstractLibWrapper | |
| static | _getCacheDirectory () |
Protected Attributes inherited from ilHtmlPurifierAbstractLibWrapper | |
| $purifier | |
Concrete class for sanitizing html of forum posts.
Definition at line 8 of file class.ilHtmlForumPostPurifier.php.
| ilHtmlForumPostPurifier::__construct | ( | ) |
ilHtmlForumPostPurifier constructor.
Reimplemented from ilHtmlPurifierAbstractLibWrapper.
Definition at line 13 of file class.ilHtmlForumPostPurifier.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
protected |
Concrete function which builds a html purifier config instance.
Reimplemented from ilHtmlPurifierAbstractLibWrapper.
Definition at line 22 of file class.ilHtmlForumPostPurifier.php.
References $config, ilHtmlPurifierAbstractLibWrapper\_getCacheDirectory(), ilObjAdvancedEditing\_getUsedHTMLTags(), ilHtmlPurifierAbstractLibWrapper\makeElementListTinyMceCompliant(), and ilHtmlPurifierAbstractLibWrapper\removeUnsupportedElements().
Here is the call graph for this function: