N98\Util\AutoloadHandler::reset PHP Метод

reset() публичный Метод

Unregister from SPL Stack and destroy callback reference.
public reset ( )
    public function reset()
    {
        $this->unregister();
        $this->callback = null;
    }