ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
◀ ilDoc Overview
Null.php
Go to the documentation of this file.
1
<?php
2
6
class
HTMLPurifier_DefinitionCache_Null
extends
HTMLPurifier_DefinitionCache
7
{
8
14
public
function
add
($def, $config)
15
{
16
return
false
;
17
}
18
24
public
function
set
($def, $config)
25
{
26
return
false
;
27
}
28
34
public
function
replace
($def, $config)
35
{
36
return
false
;
37
}
38
43
public
function
remove
($config)
44
{
45
return
false
;
46
}
47
52
public
function
get
($config)
53
{
54
return
false
;
55
}
56
61
public
function
flush
($config)
62
{
63
return
false
;
64
}
65
70
public
function
cleanup
($config)
71
{
72
return
false
;
73
}
74
}
75
76
// vim: et sw=4 sts=4
HTMLPurifier_DefinitionCache_Null\flush
flush($config)
Definition:
Null.php:61
HTMLPurifier_DefinitionCache
Abstract class representing Definition cache managers that implements useful common methods and is a ...
Definition:
DefinitionCache.php:11
HTMLPurifier_DefinitionCache_Null\replace
replace($def, $config)
Definition:
Null.php:34
HTMLPurifier_DefinitionCache_Null
Null cache object to use when no caching is on.
Definition:
Null.php:6
HTMLPurifier_DefinitionCache_Null\cleanup
cleanup($config)
Definition:
Null.php:70
HTMLPurifier_DefinitionCache_Null\add
add($def, $config)
Definition:
Null.php:14
Services
Html
HtmlPurifier
library
HTMLPurifier
DefinitionCache
Null.php
Generated on Wed Aug 27 2025 19:00:54 for ILIAS by
1.8.13 (using
Doxyfile
)