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.

References HTMLPurifier_Bootstrap\autoload().

Referenced by CAS_autoload().

11 {
12  return HTMLPurifier_Bootstrap::autoload($class);
13 }
static autoload($class)
Autoload function for HTML Purifier.
Definition: Bootstrap.php:38
+ Here is the call graph for this function:
+ Here is the caller graph for this function: