| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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.  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.
Implements ilHtmlPurifierInterface.
Definition at line 27 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 32 of file class.ilSamlIdpMetadataPurifier.php.
References purify().
 Here is the call graph for this function: