| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Inheritance diagram for ilAssHtmlUserSolutionPurifier:
 Inheritance diagram for ilAssHtmlUserSolutionPurifier: Collaboration diagram for ilAssHtmlUserSolutionPurifier:
 Collaboration diagram for ilAssHtmlUserSolutionPurifier:| Data Fields | |
| const | TYPE = 'qpl_usersolution' | 
| Protected Member Functions | |
| getPurifierConfigInstance () | |
|  Protected Member Functions inherited from ilHtmlPurifierAbstractLibWrapper | |
| setPurifier (HTMLPurifier $oPurifier) | |
| Set the purifier by subclass. | |
| getPurifier () | |
| Get the purifier. | |
| removeUnsupportedElements ($a_array) | |
| Removes all unsupported elements. | |
| makeElementListTinyMceCompliant ($elements) | |
| Private Member Functions | |
| getAllowedElements () | |
| getElementsUsedForAdvancedEditing () | |
| Additional Inherited Members | |
|  Public Member Functions inherited from ilHtmlPurifierAbstractLibWrapper | |
| __construct () | |
| Constructor. | |
| purify ($a_html, $a_config=null) | |
| Filters an HTML snippet/document to be XSS-free and standards-compliant. | |
| purifyArray (Array $a_array_of_html, $a_config=null) | |
| Filters an array of HTML snippets/documents to be XSS-free and standards-compliant. | |
|  Static Public Member Functions inherited from ilHtmlPurifierAbstractLibWrapper | |
| static | _getCacheDirectory () | 
| Get the directory for HTMLPurifier cache files. | |
|  Protected Attributes inherited from ilHtmlPurifierAbstractLibWrapper | |
| $oPurifier = null | |
Definition at line 12 of file class.ilAssHtmlUserSolutionPurifier.php.
| 
 | private | 
Definition at line 36 of file class.ilAssHtmlUserSolutionPurifier.php.
References getElementsUsedForAdvancedEditing(), ilHtmlPurifierAbstractLibWrapper\makeElementListTinyMceCompliant(), and ilHtmlPurifierAbstractLibWrapper\removeUnsupportedElements().
Referenced by getPurifierConfigInstance().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 46 of file class.ilAssHtmlUserSolutionPurifier.php.
References ilObjAdvancedEditing\_getUsedHTMLTags().
Referenced by getAllowedElements().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Reimplemented from ilHtmlPurifierAbstractLibWrapper.
Definition at line 19 of file class.ilAssHtmlUserSolutionPurifier.php.
References ilHtmlPurifierAbstractLibWrapper\_getCacheDirectory(), HTMLPurifier_Config\createDefault(), and getAllowedElements().
 Here is the call graph for this function:
 Here is the call graph for this function:| const ilAssHtmlUserSolutionPurifier::TYPE = 'qpl_usersolution' | 
Definition at line 14 of file class.ilAssHtmlUserSolutionPurifier.php.