| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Interface for html sanitizing functionality. More...
 Inheritance diagram for ilHtmlPurifierInterface:
 Inheritance diagram for ilHtmlPurifierInterface: Collaboration 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. | |
| 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.