|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Interface for html sanitizing functionality. More...
Inheritance diagram for ilHtmlPurifierInterface:
Collaboration diagram for ilHtmlPurifierInterface:Public Member Functions | |
| purify (string $html) | |
| Filters an HTML snippet/document to be XSS-free and standards-compliant. More... | |
| purifyArray (array $htmlCollection) | |
| Filters an array of HTML snippets/documents to be XSS-free and standards-compliant. More... | |
Interface for html sanitizing functionality.
Definition at line 8 of file interface.ilHtmlPurifierInterface.php.
| ilHtmlPurifierInterface::purify | ( | string | $html | ) |
Filters an HTML snippet/document to be XSS-free and standards-compliant.
| string | $html |
Implemented in ilAccessibilityTrimmedDocumentPurifier, ilHtmlPurifierAbstractLibWrapper, ilHtmlPurifierComposite, ilSamlIdpMetadataPurifier, and ilTermsOfServiceTrimmedDocumentPurifier.
| ilHtmlPurifierInterface::purifyArray | ( | array | $htmlCollection | ) |
Filters an array of HTML snippets/documents to be XSS-free and standards-compliant.
| string[] | $htmlCollection |
Implemented in ilAccessibilityTrimmedDocumentPurifier, ilHtmlPurifierAbstractLibWrapper, ilHtmlPurifierComposite, ilSamlIdpMetadataPurifier, and ilTermsOfServiceTrimmedDocumentPurifier.