81 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			PHP
		
	
	
		
		
			
		
	
	
			81 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			PHP
		
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// autoload_real.php @generated by Composer
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								class ComposerAutoloaderInita015425d869a3ec3b45da818fed2aedf
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    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('ComposerAutoloaderInita015425d869a3ec3b45da818fed2aedf', 'loadClassLoader'), true, true);
							 | 
						||
| 
								 | 
							
								        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
							 | 
						||
| 
								 | 
							
								        spl_autoload_unregister(array('ComposerAutoloaderInita015425d869a3ec3b45da818fed2aedf', 'loadClassLoader'));
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
							 | 
						||
| 
								 | 
							
								        if ($useStaticLoader) {
							 | 
						||
| 
								 | 
							
								            require __DIR__ . '/autoload_static.php';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								            call_user_func(\Composer\Autoload\ComposerStaticInita015425d869a3ec3b45da818fed2aedf::getInitializer($loader));
							 | 
						||
| 
								 | 
							
								        } else {
							 | 
						||
| 
								 | 
							
								            $map = require __DIR__ . '/autoload_namespaces.php';
							 | 
						||
| 
								 | 
							
								            foreach ($map as $namespace => $path) {
							 | 
						||
| 
								 | 
							
								                $loader->set($namespace, $path);
							 | 
						||
| 
								 | 
							
								            }
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								            $map = require __DIR__ . '/autoload_psr4.php';
							 | 
						||
| 
								 | 
							
								            foreach ($map as $namespace => $path) {
							 | 
						||
| 
								 | 
							
								                $loader->setPsr4($namespace, $path);
							 | 
						||
| 
								 | 
							
								            }
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								            $classMap = require __DIR__ . '/autoload_classmap.php';
							 | 
						||
| 
								 | 
							
								            if ($classMap) {
							 | 
						||
| 
								 | 
							
								                $loader->addClassMap($classMap);
							 | 
						||
| 
								 | 
							
								            }
							 | 
						||
| 
								 | 
							
								        }
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        $loader->register(true);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        if ($useStaticLoader) {
							 | 
						||
| 
								 | 
							
								            $includeFiles = Composer\Autoload\ComposerStaticInita015425d869a3ec3b45da818fed2aedf::$files;
							 | 
						||
| 
								 | 
							
								        } else {
							 | 
						||
| 
								 | 
							
								            $includeFiles = require __DIR__ . '/autoload_files.php';
							 | 
						||
| 
								 | 
							
								        }
							 | 
						||
| 
								 | 
							
								        foreach ($includeFiles as $fileIdentifier => $file) {
							 | 
						||
| 
								 | 
							
								            composerRequirea015425d869a3ec3b45da818fed2aedf($fileIdentifier, $file);
							 | 
						||
| 
								 | 
							
								        }
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        return $loader;
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * @param string $fileIdentifier
							 | 
						||
| 
								 | 
							
								 * @param string $file
							 | 
						||
| 
								 | 
							
								 * @return void
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								function composerRequirea015425d869a3ec3b45da818fed2aedf($fileIdentifier, $file)
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
							 | 
						||
| 
								 | 
							
								        $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        require $file;
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								}
							 |