ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
e
f
g
h
i
j
l
m
n
p
r
s
t
u
w
+
Functions
_
a
b
c
e
f
g
h
i
m
n
p
r
s
t
u
w
Variables
+
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
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
j
k
l
m
n
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
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Modules
Pages
HTMLPurifierExtras.autoload.php
Go to the documentation of this file.
1
<?php
2
13
if
(function_exists(
'spl_autoload_register'
)) {
14
spl_autoload_register(
array
(
'HTMLPurifierExtras'
,
'autoload'
));
15
if
(function_exists(
'__autoload'
)) {
16
// Be polite and ensure that userland autoload gets retained
17
spl_autoload_register(
'__autoload'
);
18
}
19
} elseif (!function_exists(
'__autoload'
)) {
20
function
__autoload($class)
21
{
22
return
HTMLPurifierExtras::autoload
($class);
23
}
24
}
25
26
// vim: et sw=4 sts=4
HTMLPurifierExtras\autoload
static autoload($class)
Definition:
HTMLPurifierExtras.php:10
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
libs
composer
vendor
ezyang
htmlpurifier
extras
HTMLPurifierExtras.autoload.php
Generated on Sat Apr 12 2025 19:01:14 for ILIAS by
1.8.13 (using
Doxyfile
)