ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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, and ilSamlIdpMetadataPurifier.
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, and ilSamlIdpMetadataPurifier.