function psr0_boot in psr0 autoloader 7
Implements hook_boot().
Intentionally left blank! This tells Drupal that it has to include this module even before invoking hook_boot().
File
- ./
psr0.module, line 98 - Registers a simple PSR-4 autoloader.
Code
function psr0_boot() {
}