ILIAS
Release_5_0_x_branch Revision 61816
|
Protected Member Functions | |
getPurifierType () | |
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.ilAssHtmlPurifier.php.
|
private |
Definition at line 38 of file class.ilAssHtmlPurifier.php.
References getElementsUsedForAdvancedEditing(), ilHtmlPurifierAbstractLibWrapper\makeElementListTinyMceCompliant(), and ilHtmlPurifierAbstractLibWrapper\removeUnsupportedElements().
Referenced by getPurifierConfigInstance().
|
private |
Definition at line 48 of file class.ilAssHtmlPurifier.php.
References ilObjAdvancedEditing\_getUsedHTMLTags(), and getPurifierType().
Referenced by getAllowedElements().
|
protected |
Reimplemented from ilHtmlPurifierAbstractLibWrapper.
Definition at line 22 of file class.ilAssHtmlPurifier.php.
References ilHtmlPurifierAbstractLibWrapper\_getCacheDirectory(), HTMLPurifier_Config\createDefault(), getAllowedElements(), and getPurifierType().
|
protected |
Definition at line 14 of file class.ilAssHtmlPurifier.php.
Referenced by getElementsUsedForAdvancedEditing(), and getPurifierConfigInstance().