ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilSamlIdpMetadataPurifier. More...
Public Member Functions | ||||
purify ($a_html) | ||||
Filters an HTML snippet/document to be XSS-free and standards-compliant.@access public
| ||||
purifyArray (array $a_array_of_html) | ||||
Filters an array of HTML snippets/documents to be XSS-free and standards-compliant.@access public
| ||||
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... | ||||
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.@access 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.@access 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().