You are here

function xautoload_boot in X Autoload 6

Same name and namespace in other branches
  1. 7.5 xautoload.module \xautoload_boot()
  2. 7 xautoload.module \xautoload_boot()
  3. 7.2 xautoload.module \xautoload_boot()
  4. 7.3 xautoload.module \xautoload_boot()
  5. 7.4 xautoload.module \xautoload_boot()

Implements hook_boot()

File

./xautoload.module, line 7

Code

function xautoload_boot() {
  spl_autoload_register('_xautoload_autoload');
}