Mutagenesis\Loader::unregister PHP Method

unregister() public method

Uninstalls this class loader from the SPL autoloader stack.
public unregister ( )
    public function unregister()
    {
        spl_autoload_unregister(array($this, 'loadClass'));
    }