ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilSamlIdpMetadataPurifier. More...
Public Member Functions | ||||
purify ($a_html) | ||||
Filters an HTML snippet/document to be XSS-free and standards-compliant.public
| ||||
purifyArray (array $a_array_of_html) | ||||
Filters an array of HTML snippets/documents to be XSS-free and standards-compliant.public
| ||||
Class ilSamlIdpMetadataPurifier.
Definition at line 9 of file class.ilSamlIdpMetadataPurifier.php.
ilSamlIdpMetadataPurifier::purify | ( | $a_html | ) |
Filters an HTML snippet/document to be XSS-free and standards-compliant.public
string | $a_html | HTML snippet/document |
Implements ilHtmlPurifierInterface.
Definition at line 14 of file class.ilSamlIdpMetadataPurifier.php.
Referenced by purifyArray().
ilSamlIdpMetadataPurifier::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 |
Implements ilHtmlPurifierInterface.
Definition at line 22 of file class.ilSamlIdpMetadataPurifier.php.
References $html, $key, and purify().