ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
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... | |
Definition at line 21 of file class.ilSamlIdpMetadataPurifier.php.
ilSamlIdpMetadataPurifier::purify | ( | string | $html | ) |
Filters an HTML snippet/document to be XSS-free and standards-compliant.
Implements ilHtmlPurifierInterface.
Definition at line 23 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 28 of file class.ilSamlIdpMetadataPurifier.php.
References purify().