You are here

function xautoload_boot in X Autoload 7

Same name and namespace in other branches
  1. 6 xautoload.module \xautoload_boot()
  2. 7.5 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() {

  // TODO: We want a cached version of this.
  spl_autoload_register('_xautoload_autoload');
}