FOF30\Autoloader\Autoloader::unregister PHP Method

unregister() public method

Unregisters this instance as an autoloader.
public unregister ( ) : void
return void
    public function unregister()
    {
        spl_autoload_unregister(array($this, 'loadClass'));
    }