|
| add ($def, $config) |
|
| checkDefType ($def) |
| Checks if a definition's type jives with the cache's type.
|
|
| cleanup ($config) |
|
| flush ($config) |
|
| generateKey ($config) |
| Generates a unique identifier for a particular configuration.
|
|
| get ($config) |
|
| isOld ($key, $config) |
| Tests whether or not a key is old with respect to the configuration's version and revision number.
|
|
| remove ($config) |
|
| replace ($def, $config) |
|
| set ($def, $config) |
|
◆ add()
HTMLPurifier_DefinitionCache_Null::add |
( |
| $def, |
|
|
| $config ) |
◆ checkDefType()
HTMLPurifier_DefinitionCache::checkDefType |
( |
| $def | ) |
|
|
inherited |
Checks if a definition's type jives with the cache's type.
- Note
- Throws an error on failure
- Parameters
-
- Return values
-
bool | true if good, false if not |
◆ cleanup()
HTMLPurifier_DefinitionCache_Null::cleanup |
( |
| $config | ) |
|
◆ flush()
HTMLPurifier_DefinitionCache_Null::flush |
( |
| $config | ) |
|
◆ generateKey()
HTMLPurifier_DefinitionCache::generateKey |
( |
| $config | ) |
|
|
inherited |
Generates a unique identifier for a particular configuration.
- Parameters
-
- Return values
-
◆ get()
HTMLPurifier_DefinitionCache_Null::get |
( |
| $config | ) |
|
◆ isOld()
HTMLPurifier_DefinitionCache::isOld |
( |
| $key, |
|
|
| $config ) |
|
inherited |
Tests whether or not a key is old with respect to the configuration's version and revision number.
- Parameters
-
- Return values
-
◆ remove()
HTMLPurifier_DefinitionCache_Null::remove |
( |
| $config | ) |
|
◆ replace()
HTMLPurifier_DefinitionCache_Null::replace |
( |
| $def, |
|
|
| $config ) |
◆ set()
HTMLPurifier_DefinitionCache_Null::set |
( |
| $def, |
|
|
| $config ) |
The documentation for this class was generated from the following file:
- lib/htmlpurifier/HTMLPurifier/DefinitionCache/Null.php