Located in /library/HTMLPurifier/HTMLModuleManager.php (line 3)
< Instance of HTMLPurifier_ContentSets
< Instance of HTMLPurifier_ContentSets
Instance of HTMLPurifier_DoctypeRegistry
Instance of HTMLPurifier_DoctypeRegistry
Associative array of element name to list of modules that have definitions for the element; this array is dynamically filled.
Associative array of element name to list of modules that have definitions for the element; this array is dynamically filled.
Active instances of modules for the specified doctype are indexed, by name, in this array.
Active instances of modules for the specified doctype are indexed, by name, in this array.
List of prefixes we should use for registering small names
List of prefixes we should use for registering small names
Array of recognized HTMLPurifier_Module instances, indexed by module's class name. user can overload a module by pre-emptively registering it.
Array of recognized HTMLPurifier_Module instances, indexed by module's class name. This array is usually lazy loaded, but a user can overload a module by pre-emptively registering it.
If set to true, unsafe elements and attributes will be allowed
If set to true, unsafe elements and attributes will be allowed
List of extra modules that were added by the user using addModule().
List of extra modules that were added by the user using addModule(). These get unconditionally merged into the current doctype, whatever it may be.
Adds a module to the current doctype by first registering it,
Adds a module to the current doctype by first registering it, and then tacking it on to the active doctype
Adds a class prefix that registerModule() will use to resolve a
Adds a class prefix that registerModule() will use to resolve a string name to a concrete class
Retrieves a single merged element definition
Retrieves a single merged element definition
Retrieves merged element definitions.
Retrieves merged element definitions.
Takes a module and adds it to the active module collection, registering it if necessary.
Takes a module and adds it to the active module collection, registering it if necessary.
Registers a module to the recognized module list, useful for overloading pre-existing modules.
Registers a module to the recognized module list, useful for overloading pre-existing modules.
Performs processing on modules, after being called you may
Performs processing on modules, after being called you may use getElement() and getElements()
Documentation generated on Thu, 19 Jun 2008 18:49:31 -0400 by phpDocumentor 1.4.2