|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Interface for html sanitizing functionality. More...
Inheritance diagram for ilHtmlPurifierInterface:
Collaboration diagram for ilHtmlPurifierInterface: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.
@access 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.
@access public
| array | $a_array_of_html | HTML snippet/document |
Implemented in ilHtmlPurifierComposite.