ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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 Mon Apr 7 2025 19:00:51 for ILIAS by
1.8.13 (using
Doxyfile
)