ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Interface for html sanitizing functionality. More...
Public Member Functions | |
purify ($a_html) | |
Filters an HTML snippet/document to be XSS-free and standards-compliant. More... | |
purifyArray (Array $a_array_of_html) | |
Filters an array of HTML snippets/documents to be XSS-free and standards-compliant. More... | |
Interface for html sanitizing functionality.
Definition at line 11 of file interface.ilHtmlPurifierInterface.php.
ilHtmlPurifierInterface::purify | ( | $a_html | ) |
Filters an HTML snippet/document to be XSS-free and standards-compliant.
public
string | $a_html | HTML snippet/document |
Implemented in ilHtmlPurifierComposite.
ilHtmlPurifierInterface::purifyArray | ( | Array | $a_array_of_html | ) |
Filters an array of HTML snippets/documents to be XSS-free and standards-compliant.
public
array | $a_array_of_html | HTML snippet/document |
Implemented in ilHtmlPurifierComposite.