true, * ]); * ``` * * For more details please refer to HTMLPurifier documentation](http://htmlpurifier.org/). * * Note that you should add `ezyang/htmlpurifier` to your composer.json `require` section and run `composer install` * before using it. * * @author Alexander Makarov * @since 2.0 */ class HtmlPurifier extends BaseHtmlPurifier { }