You are here

function autoload_init in Autoload 6

Implementation of hook_init().

File

./autoload.module, line 5

Code

function autoload_init() {
  spl_autoload_register('autoload_class');
}