ILIAS
release_4-4 Revision
◀ 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
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
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
9
public
function
add
($def, $config) {
10
return
false
;
11
}
12
13
public
function
set
($def, $config) {
14
return
false
;
15
}
16
17
public
function
replace
($def, $config) {
18
return
false
;
19
}
20
21
public
function
remove
($config) {
22
return
false
;
23
}
24
25
public
function
get
($config) {
26
return
false
;
27
}
28
29
public
function
flush
($config) {
30
return
false
;
31
}
32
33
public
function
cleanup
($config) {
34
return
false
;
35
}
36
37
}
38
39
// vim: et sw=4 sts=4
HTMLPurifier_DefinitionCache_Null\flush
flush($config)
Definition:
Null.php:29
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:17
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:33
HTMLPurifier_DefinitionCache_Null\add
add($def, $config)
Definition:
Null.php:9
Services
Html
HtmlPurifier
library
HTMLPurifier
DefinitionCache
Null.php
Generated on Mon Dec 21 2020 19:01:15 for ILIAS by
1.8.13 (using
Doxyfile
)