| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 492 lines (18 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
HTMLPurifier_HTMLModuleManager:: (9 methods):
HTMLPurifier_HTMLModuleManager()
registerModule()
_classExists()
addModule()
addPrefix()
setup()
processModule()
getElements()
getElement()
Class: HTMLPurifier_HTMLModuleManager - X-Ref
| HTMLPurifier_HTMLModuleManager() X-Ref |
| No description |
| registerModule($module) X-Ref |
| Registers a module to the recognized module list, useful for overloading pre-existing modules. param: $module Mixed: string module name, with or without |
| _classExists($name) X-Ref |
| Safely tests for class existence without invoking __autoload in PHP5 or greater. param: $name String class name to test |
| addModule($module) X-Ref |
| Adds a module to the current doctype by first registering it, and then tacking it on to the active doctype |
| addPrefix($prefix) X-Ref |
| Adds a class prefix that registerModule() will use to resolve a string name to a concrete class |
| setup($config) X-Ref |
| Performs processing on modules, after being called you may use getElement() and getElements() param: $config Instance of HTMLPurifier_Config |
| processModule($module) X-Ref |
| Takes a module and adds it to the active module collection, registering it if necessary. |
| getElements() X-Ref |
| Retrieves merged element definitions. return: Array of HTMLPurifier_ElementDef |
| getElement($name, $trusted = null) X-Ref |
| Retrieves a single merged element definition param: $name Name of element param: $trusted Boolean trusted overriding parameter: set to true return: Merged HTMLPurifier_ElementDef |
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |