FOF30\Autoloader\Autoloader::unregister PHP Méthode

unregister() public méthode

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