|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilTermsOfServiceTrimmedDocumentPurifier. More...
Inheritance diagram for ilTermsOfServiceTrimmedDocumentPurifier:
Collaboration diagram for ilTermsOfServiceTrimmedDocumentPurifier:Public Member Functions | ||||
| __construct (ilHtmlPurifierInterface $inner) | ||||
| ilTermsOfServiceTrimmedDocumentPurifier constructor. More... | ||||
| 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... | ||||
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 | ( | string | $html | ) |
Filters an HTML snippet/document to be XSS-free and standards-compliant.
| string | $html |
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 | $htmlCollection | ) |
Filters an array of HTML snippets/documents to be XSS-free and standards-compliant.
| string[] | $htmlCollection |
Implements ilHtmlPurifierInterface.
Definition at line 35 of file class.ilTermsOfServiceTrimmedDocumentPurifier.php.
References purify().
Here is the call graph for this function:
|
protected |
Definition at line 13 of file class.ilTermsOfServiceTrimmedDocumentPurifier.php.
Referenced by __construct().