API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct () | |
decorate (&$cache) | |
copy () | |
add ($def, $config) | |
set ($def, $config) | |
replace ($def, $config) | |
get ($config) | |
remove ($config) | |
flush ($config) | |
cleanup ($config) | |
Public Member Functions inherited from HTMLPurifier_DefinitionCache | |
__construct ($type) | |
generateKey ($config) | |
isOld ($key, $config) | |
checkDefType ($def) | |
add ($def, $config) | |
set ($def, $config) | |
replace ($def, $config) | |
get ($config) | |
remove ($config) | |
flush ($config) | |
cleanup ($config) | |
Data Fields | |
$cache | |
$name | |
Data Fields inherited from HTMLPurifier_DefinitionCache | |
$type | |
__construct | ( | ) |
add | ( | $def, | |
$config | |||
) |
HTMLPurifier_Definition | $def | |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
Reimplemented in HTMLPurifier_DefinitionCache_Decorator_Cleanup, and HTMLPurifier_DefinitionCache_Decorator_Memory.
cleanup | ( | $config | ) |
copy | ( | ) |
Cross-compatible clone substitute
Reimplemented in HTMLPurifier_DefinitionCache_Decorator_Cleanup, and HTMLPurifier_DefinitionCache_Decorator_Memory.
decorate | ( | & | $cache | ) |
Lazy decorator function
HTMLPurifier_DefinitionCache | $cache | Reference to cache object to decorate |
flush | ( | $config | ) |
get | ( | $config | ) |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
Reimplemented in HTMLPurifier_DefinitionCache_Decorator_Cleanup, and HTMLPurifier_DefinitionCache_Decorator_Memory.
remove | ( | $config | ) |
replace | ( | $def, | |
$config | |||
) |
HTMLPurifier_Definition | $def | |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
Reimplemented in HTMLPurifier_DefinitionCache_Decorator_Cleanup, and HTMLPurifier_DefinitionCache_Decorator_Memory.
set | ( | $def, | |
$config | |||
) |
HTMLPurifier_Definition | $def | |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
Reimplemented in HTMLPurifier_DefinitionCache_Decorator_Cleanup, and HTMLPurifier_DefinitionCache_Decorator_Memory.
$cache |
Cache object we are decorating @type HTMLPurifier_DefinitionCache
$name |