|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilSamlIdpMetadataPurifier. More...
Inheritance diagram for ilSamlIdpMetadataPurifier:
Collaboration diagram for ilSamlIdpMetadataPurifier: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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function: