function xautoload_boot in X Autoload 7
Same name and namespace in other branches
- 6 xautoload.module \xautoload_boot()
- 7.5 xautoload.module \xautoload_boot()
- 7.2 xautoload.module \xautoload_boot()
- 7.3 xautoload.module \xautoload_boot()
- 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');
}