|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilTermsOfServiceTrimmedDocumentPurifier. More...
Inheritance diagram for ilTermsOfServiceTrimmedDocumentPurifier:
Collaboration diagram for ilTermsOfServiceTrimmedDocumentPurifier:Public Member Functions | ||||
| __construct (\ilHtmlPurifierInterface $inner) | ||||
| ilTermsOfServiceTrimmedDocumentPurifier constructor. More... | ||||
| purify ($a_html) | ||||
Filters an HTML snippet/document to be XSS-free and standards-compliant.@access public
| ||||
| purifyArray (array $a_array_of_html) | ||||
Filters an array of HTML snippets/documents to be XSS-free and standards-compliant.@access public
| ||||
| purify ($a_html) | ||||
| Filters an HTML snippet/document to be XSS-free and standards-compliant. More... | ||||
| purifyArray (array $a_array_of_html) | ||||
| Filters an array of HTML snippets/documents to be XSS-free and standards-compliant. More... | ||||
Protected Attributes | |
| $inner | |
Class ilTermsOfServiceTrimmedDocumentPurifier.
Definition at line 8 of file class.ilTermsOfServiceTrimmedDocumentPurifier.php.
| ilTermsOfServiceTrimmedDocumentPurifier::__construct | ( | \ilHtmlPurifierInterface | $inner | ) |
ilTermsOfServiceTrimmedDocumentPurifier constructor.
| \ilHtmlPurifierInterface | $inner |
Definition at line 19 of file class.ilTermsOfServiceTrimmedDocumentPurifier.php.
References $inner.
| ilTermsOfServiceTrimmedDocumentPurifier::purify | ( | $a_html | ) |
Filters an HTML snippet/document to be XSS-free and standards-compliant.@access public
| string | $a_html | HTML snippet/document |
Implements ilHtmlPurifierInterface.
Definition at line 27 of file class.ilTermsOfServiceTrimmedDocumentPurifier.php.
Referenced by purifyArray().
Here is the caller graph for this function:| ilTermsOfServiceTrimmedDocumentPurifier::purifyArray | ( | array | $a_array_of_html | ) |
Filters an array of HTML snippets/documents to be XSS-free and standards-compliant.@access public
| array | $a_array_of_html | HTML snippet/document |
Implements ilHtmlPurifierInterface.
Definition at line 35 of file class.ilTermsOfServiceTrimmedDocumentPurifier.php.
References $html, $key, and purify().
Here is the call graph for this function:
|
protected |
Definition at line 13 of file class.ilTermsOfServiceTrimmedDocumentPurifier.php.
Referenced by __construct().