|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilSamlIdpMetadataPurifier. More...
Inheritance diagram for ilSamlIdpMetadataPurifier:
Collaboration diagram for ilSamlIdpMetadataPurifier: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.
| ||||
| 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... | ||||
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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function: