Closures can't be unregistered easily: AFAIK you must unregister
all autoloading functions and then add back those that you didn't
want to exclude in the first place.
This commit will allow you to unregister the autoloader instance
created by this package by simply doing:
Closures can't be unregistered easily: AFAIK you must unregister all autoloading functions and then add back those that you didn't want to exclude in the first place.
This commit will allow you to unregister the autoloader instance created by this package by simply doing:
spl_autoload_unregister(array('SimpleExcel\SimpleExcel', 'autoLoader'));