Configuration definition, defines directives and their defaults.
Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 1887)
Application-wide singleton
The default property list. Do not edit this property list.
Defaults of the directives and namespaces.
Definition of the directives. The structure of this is:
array( 'Namespace' => array( 'Directive' => new stdclass(), ) )
The stdclass may have the following properties:
This class is friendly with HTMLPurifier_Config. If you need introspection about the schema, you're better of using the ConfigSchema_Interchange, which uses more memory but has much richer information.
Retrieves an instance of the application-wide configuration definition.
Unserializes the default ConfigSchema.
Defines a directive for configuration
Defines a directive alias for backwards compatibility
Defines a set of allowed values for a directive.
Defines a directive value alias.
Directive value aliases are convenient for developers because it lets them set a directive to several values and get the same result.
Replaces any stdclass that only has the type property with type integer.
Documentation generated on Sun, 06 Mar 2011 00:24:04 -0500 by phpDocumentor 1.4.3