N98\Util\AutoloadHandler::reset PHP Method

reset() public method

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