ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilSamlIdpMetadataPurifier. More...
Public Member Functions | ||||
purify (string $html) | ||||
Filters an HTML snippet/document to be XSS-free and standards-compliant.
| ||||
purifyArray (array $htmlCollection) | ||||
Filters an array of HTML snippets/documents to be XSS-free and standards-compliant.
| ||||
Class ilSamlIdpMetadataPurifier.
Definition at line 7 of file class.ilSamlIdpMetadataPurifier.php.
ilSamlIdpMetadataPurifier::purify | ( | string | $html | ) |
Filters an HTML snippet/document to be XSS-free and standards-compliant.
string | $html |
Implements ilHtmlPurifierInterface.
Definition at line 12 of file class.ilSamlIdpMetadataPurifier.php.
Referenced by purifyArray().
ilSamlIdpMetadataPurifier::purifyArray | ( | array | $htmlCollection | ) |
Filters an array of HTML snippets/documents to be XSS-free and standards-compliant.
string[] | $htmlCollection |
Implements ilHtmlPurifierInterface.
Definition at line 20 of file class.ilSamlIdpMetadataPurifier.php.
References purify().