ILIAS
release_8 Revision v8.19
|
Class ilSamlIdpMetadataPurifier. More...
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.
| |||||
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().
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().