|
ILIAS
Release_4_2_x_branch Revision 61807
|
Defines a function wrapper for HTML Purifier for quick use. More...
Go to the source code of this file.
Functions | |
| HTMLPurifier ($html, $config=null) | |
| Purify HTML. | |
Defines a function wrapper for HTML Purifier for quick use.
Definition in file HTMLPurifier.func.php.
| HTMLPurifier | ( | $html, | |
$config = null |
|||
| ) |
Purify HTML.
| $html | String HTML to purify |
| $config | Configuration to use, can be any value accepted by HTMLPurifier_Config::create() |
Definition at line 15 of file HTMLPurifier.func.php.
References $config.
Referenced by ilHtmlPurifierAbstractLibWrapper\__construct(), HTMLPurifier\instance(), and kses().
Here is the caller graph for this function: