| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 91 lines (3 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
HTMLPurifier_DefinitionCacheFactory:: (5 methods):
setup()
instance()
register()
create()
addDecorator()
Class: HTMLPurifier_DefinitionCacheFactory - X-Ref
Responsible for creating definition caches.| setup() X-Ref |
| Initialize default decorators |
| instance($prototype = null) X-Ref |
| Retrieves an instance of global definition cache factory. |
| register($short, $long) X-Ref |
| Registers a new definition cache object param: $short Short name of cache object, for reference param: $long Full class name of cache object, for construction |
| create($type, $config) X-Ref |
| Factory method that creates a cache object based on configuration param: $name Name of definitions handled by cache param: $config Instance of HTMLPurifier_Config |
| addDecorator($decorator) X-Ref |
| Registers a decorator to add to all new cache objects param: |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |