API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
add ($def, $config) | |
set ($def, $config) | |
replace ($def, $config) | |
get ($config) | |
remove ($config) | |
flush ($config) | |
cleanup ($config) | |
generateFilePath ($config) | |
generateDirectoryPath ($config) | |
generateBaseDirectoryPath ($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) | |
Additional Inherited Members | |
Data Fields inherited from HTMLPurifier_DefinitionCache | |
$type | |
add | ( | $def, | |
$config | |||
) |
HTMLPurifier_Definition | $def | |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
cleanup | ( | $config | ) |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
flush | ( | $config | ) |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
generateBaseDirectoryPath | ( | $config | ) |
Generates path to base directory that contains all definition type serials
HTMLPurifier_Config | $config |
generateDirectoryPath | ( | $config | ) |
Generates the path to the directory contain this cache's serial files
HTMLPurifier_Config | $config |
generateFilePath | ( | $config | ) |
Generates the file path to the serial file corresponding to the configuration and definition name
HTMLPurifier_Config | $config |
get | ( | $config | ) |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
remove | ( | $config | ) |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
replace | ( | $def, | |
$config | |||
) |
HTMLPurifier_Definition | $def | |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
set | ( | $def, | |
$config | |||
) |
HTMLPurifier_Definition | $def | |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.