ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
HTMLPurifier.autoload-legacy.php File Reference

Legacy autoloader for systems lacking spl_autoload_register. More...

Go to the source code of this file.

Functions

 __autoload ($class)
 

Detailed Description

Legacy autoloader for systems lacking spl_autoload_register.

Must be separate to prevent deprecation warning on PHP 7.2

Definition in file HTMLPurifier.autoload-legacy.php.

Function Documentation

◆ __autoload()

__autoload (   $class)

Definition at line 10 of file HTMLPurifier.autoload-legacy.php.

11{
13}
static autoload($class)
Autoload function for HTML Purifier.
Definition: Bootstrap.php:38

References HTMLPurifier_Bootstrap\autoload().

+ Here is the call graph for this function: