sfAutoload::unregister PHP Method

unregister() public static method

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