File "autoload_real.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/.wp-cli/wp-content/plugins/wp-database-backup/includes/admin/Destination/SFTP/vendor/composer/autoload_real.php
File size: 1.75 KB
MIME-type: text/x-php
Charset: utf-8

<?php

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit57332be90d9ed0580a2d75d82004d8bf
{
    private static $loader;

    public static function loadClassLoader($class)
    {
        if ('Composer\Autoload\ClassLoader' === $class) {
            require __DIR__ . '/ClassLoader.php';
        }
    }

    /**
     * @return \Composer\Autoload\ClassLoader
     */
    public static function getLoader()
    {
        if (null !== self::$loader) {
            return self::$loader;
        }

        require __DIR__ . '/platform_check.php';

        spl_autoload_register(array('ComposerAutoloaderInit57332be90d9ed0580a2d75d82004d8bf', 'loadClassLoader'), true, true);
        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
        spl_autoload_unregister(array('ComposerAutoloaderInit57332be90d9ed0580a2d75d82004d8bf', 'loadClassLoader'));

        require __DIR__ . '/autoload_static.php';
        call_user_func(\Composer\Autoload\ComposerStaticInit57332be90d9ed0580a2d75d82004d8bf::getInitializer($loader));

        $loader->register(true);

        $filesToLoad = \Composer\Autoload\ComposerStaticInit57332be90d9ed0580a2d75d82004d8bf::$files;
        $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
            if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
                $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

                require $file;
            }
        }, null, null);
        if(!empty($filesToLoad)){
            foreach ($filesToLoad as $fileIdentifier => $file) {
                $requireFile($fileIdentifier, $file);
            }
        }
       

        return $loader;
    }
}