ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
$config
$config
Definition:
bootstrap.php:15
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
$def
$def
Definition:
croninfo.php:21
php
libs
composer
vendor
ezyang
htmlpurifier
library
HTMLPurifier
DefinitionCache
Null.php
Generated on Thu Jan 16 2025 19:01:38 for ILIAS by
1.8.13 (using
Doxyfile
)