function _sheetnode_phpexcel_autoload in Sheetnode 7.2
Same name and namespace in other branches
- 6 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \_sheetnode_phpexcel_autoload()
- 7 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \_sheetnode_phpexcel_autoload()
Autoload callback.
1 string reference to '_sheetnode_phpexcel_autoload'
- sheetnode_phpexcel_init in modules/
sheetnode_phpexcel/ sheetnode_phpexcel.module - Implements hook_init().
File
- modules/
sheetnode_phpexcel/ sheetnode_phpexcel.module, line 139 - Module file for the sheetnode_phpexcel module. This manages handling of files for sheetnode.
Code
function _sheetnode_phpexcel_autoload($classname) {
_sheetnode_phpexcel_load_library(SHEETNODE_PHPEXCEL_LIBRARY);
}