You are here

function autoload_boot in Autoload 6.2

Implements hook_boot().

File

./autoload.module, line 28

Code

function autoload_boot() {
  spl_autoload_register('autoload_class');
  spl_autoload_register('autoload_interface');
}