sfCoreAutoload::unregister PHP Method

unregister() public static method

Unregister sfCoreAutoload from spl autoloader.
public static unregister ( ) : void
return void
    public static function unregister()
    {
        spl_autoload_unregister(array(self::getInstance(), 'autoload'));
        self::$registered = false;
    }