ILIAS
Release_4_0_x_branch Revision 61816
|
Interface for html sanitizing functionality. More...
Public Member Functions | |
purify ($a_html) | |
Filters an HTML snippet/document to be XSS-free and standards-compliant. | |
purifyArray (Array $a_array_of_html) | |
Filters an array of HTML snippets/documents to be XSS-free and standards-compliant. |
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.