Configuration object that triggers customizable behavior.
Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 1317)
Bool indicator whether or not to automatically finalize
the object if a read operation is done
Set to false if you do not want line and file numbers in errors
(useful when unit testing)
Reference HTMLPurifier_ConfigSchema for value checking
Indexed array of definitions
Bool indicator whether or not config is finalized
Parser for variables
Property list containing configuration directives.
Serial for entire configuration object
Namespace indexed array of serials for specific namespaces (see getSerial() for more info).
HTML Purifier's version
Convenience constructor that creates a config object based on a mixed var
Convenience constructor that creates a default configuration object.
Returns a list of array(namespace, directive) for all directives that are allowed in a web-form context as per an allowed namespaces/directives list.
Creates a new config object that inherits from a previous one.
Loads configuration values from $_GET/$_POST that were posted
via ConfigForm
Prepares an array from a form into something usable for the more
strict parts of HTMLPurifier_Config
Finalizes configuration only if auto finalize is on and not
already finalized
Finalizes a configuration object, prohibiting further change
Retreives a value from the configuration.
Retrieves all directives, organized by namespace
Retreives an array of directives to values from a given namespace
Returns a md5 signature of a segment of the configuration object
that uniquely identifies that particular configuration
Retrieves object reference to the CSS definition
Retrieves a definition
Retrieves object reference to the HTML definition.
Returns a md5 signature for the entire configuration object
that uniquely identifies that particular configuration
Checks whether or not the configuration object is finalized.
Loads configuration values from an array with the following structure:
Namespace.Directive => Value
Loads configuration values from an ini file
Merges in configuration values from $_GET/$_POST to object. NOT STATIC.
Returns a serialized form of the configuration object that can be reconstituted.
Sets a value to configuration.
Produces a nicely formatted error message by supplying the stack frame information from two levels up and OUTSIDE of HTMLPurifier_Config.
Documentation generated on Sun, 06 Mar 2011 00:24:01 -0500 by phpDocumentor 1.4.3