|
ILIAS
release_8 Revision v8.24
|
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 25 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 30 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 |
| InvalidArgumentException | If one of the arrays element is not of tpye string |
Implements ilHtmlPurifierInterface.
Definition at line 38 of file class.ilSamlIdpMetadataPurifier.php.
References ILIAS\LTI\ToolProvider\$key, and purify().
Here is the call graph for this function: