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