ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
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 Tue Jan 28 2025 19:01:03 for ILIAS by
1.8.13 (using
Doxyfile
)