ILIAS
Release_4_0_x_branch Revision 61816
|
Responsible for creating definition caches. More...
Public Member Functions | |
setup () | |
Initialize default decorators. | |
register ($short, $long) | |
Registers a new definition cache object. | |
create ($type, $config) | |
Factory method that creates a cache object based on configuration. | |
addDecorator ($decorator) | |
Registers a decorator to add to all new cache objects. |
Static Public Member Functions | |
static | instance ($prototype=null) |
Retrieves an instance of global definition cache factory. |
Protected Attributes | |
$caches = array('Serializer' => array()) | |
$implementations = array() | |
$decorators = array() |
Responsible for creating definition caches.
Definition at line 6 of file DefinitionCacheFactory.php.
HTMLPurifier_DefinitionCacheFactory::addDecorator | ( | $decorator | ) |
Registers a decorator to add to all new cache objects.
Definition at line 81 of file DefinitionCacheFactory.php.
Referenced by setup().
HTMLPurifier_DefinitionCacheFactory::create | ( | $type, | |
$config | |||
) |
Factory method that creates a cache object based on configuration.
$name | Name of definitions handled by cache |
$config | Instance of HTMLPurifier_Config |
Definition at line 48 of file DefinitionCacheFactory.php.
References $cache, $config, $method, and $type.
|
static |
Retrieves an instance of global definition cache factory.
Definition at line 23 of file DefinitionCacheFactory.php.
References elseif().
Referenced by HTMLPurifier_Config\getDefinition().
HTMLPurifier_DefinitionCacheFactory::register | ( | $short, | |
$long | |||
) |
Registers a new definition cache object.
$short | Short name of cache object, for reference |
$long | Full class name of cache object, for construction |
Definition at line 39 of file DefinitionCacheFactory.php.
HTMLPurifier_DefinitionCacheFactory::setup | ( | ) |
Initialize default decorators.
Definition at line 16 of file DefinitionCacheFactory.php.
References addDecorator().
|
protected |
Definition at line 9 of file DefinitionCacheFactory.php.
|
protected |
Definition at line 11 of file DefinitionCacheFactory.php.
|
protected |
Definition at line 10 of file DefinitionCacheFactory.php.