xautoload_boot |
./xautoload.module |
Implements hook_boot() |
|
|
xautoload_registry_files_alter |
./xautoload.module |
Implements hook_registry_files_alter() |
|
|
_MYMODULE_autoload |
./xautoload.emulate.inc |
The autoload callback for this specific module, used if xautoload is not
present. You want to replace any "MYMODULE" with the module name. |
|
1 |
_MYMODULE_include |
./xautoload.emulate.inc |
Include basic files, and get the autoload to work. |
|
|
_xautoload_autoload |
./xautoload.module |
Autoload callback for classes and interfaces, registered in hook_boot(). |
|
1 |
_xautoload_finder |
./xautoload.module |
Static registry for the finder object. |
|
|