You are here

function xautoload_ClassLoader_Interface::unregister in X Autoload 7.3

Unregister this instance as an autoloader.

1 method overrides xautoload_ClassLoader_Interface::unregister()
xautoload_ClassLoader_NoCache::unregister in lib/ClassLoader/NoCache.php
Unregister from the spl autoload stack.

File

lib/ClassLoader/Interface.php, line 20

Class

xautoload_ClassLoader_Interface
Behaves mostly like the Symfony ClassLoader classes.

Code

function unregister();