MarkupHTMLPurifier class
Serves as a front-end to the HTML Purifier software:
USAGE:
$purifier = $modules->get('Markup To specify custom settings to HTML Purifier, perform set()
calls before calling purify(). For example, UTF-8 encoding
is assumed, so if you wanted ISO-8859-1 instead, you'd do: $purifier->set('Core.Encoding', 'ISO-8859-1'); For a full list of HTML Purifier config options, see: HTML Purifier by: http://htmlpurifier.org Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the In addition to the methods and properties above, MarkupMarkup
class also inherits all the methods and properties of: WireData and Wire.Common
Additional methods and properties
API reference based on ProcessWire core version 3.0.251