| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // autoload_real.php @generated by Composer |
| 4 | 4 | |
| 5 | -class ComposerAutoloaderInit13156cd077b85c60f55232387c28ad0c | |
| 5 | +class ComposerAutoloaderInitf6da27eb3c107eed44ce0823439221c3 | |
| 6 | 6 | { |
| 7 | 7 | private static $loader; |
| 8 | 8 | |
| 9 | 9 | public static function loadClassLoader($class) |
| @@ -12,8 +12,11 @@ | ||
| 12 | 12 | require __DIR__ . '/ClassLoader.php'; |
| 13 | 13 | } |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | + /** | |
| 17 | + * @return \Composer\Autoload\ClassLoader | |
| 18 | + */ | |
| 16 | 19 | public static function getLoader() |
| 17 | 20 | { |
| 18 | 21 | if (null !== self::$loader) { |
| 19 | 22 | return self::$loader; |
| @@ -18,53 +21,16 @@ | ||
| 18 | 21 | if (null !== self::$loader) { |
| 19 | 22 | return self::$loader; |
| 20 | 23 | } |
| 21 | 24 | |
| 22 | - spl_autoload_register(array('ComposerAutoloaderInit13156cd077b85c60f55232387c28ad0c', 'loadClassLoader'), true, true); | |
| 23 | - self::$loader = $loader = new \Composer\Autoload\ClassLoader(); | |
| 24 | - spl_autoload_unregister(array('ComposerAutoloaderInit13156cd077b85c60f55232387c28ad0c', 'loadClassLoader')); | |
| 25 | + spl_autoload_register(array('ComposerAutoloaderInitf6da27eb3c107eed44ce0823439221c3', 'loadClassLoader'), true, true); | |
| 26 | + self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); | |
| 27 | + spl_autoload_unregister(array('ComposerAutoloaderInitf6da27eb3c107eed44ce0823439221c3', 'loadClassLoader')); | |
| 25 | 28 | |
| 26 | - $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); | |
| 27 | - if ($useStaticLoader) { | |
| 28 | - require_once __DIR__ . '/autoload_static.php'; | |
| 29 | + require __DIR__ . '/autoload_static.php'; | |
| 30 | + call_user_func(\Composer\Autoload\ComposerStaticInitf6da27eb3c107eed44ce0823439221c3::getInitializer($loader)); | |
| 29 | 31 | |
| 30 | - call_user_func(\Composer\Autoload\ComposerStaticInit13156cd077b85c60f55232387c28ad0c::getInitializer($loader)); | |
| 31 | - } else { | |
| 32 | - $map = require __DIR__ . '/autoload_namespaces.php'; | |
| 33 | - foreach ($map as $namespace => $path) { | |
| 34 | - $loader->set($namespace, $path); | |
| 35 | - } | |
| 36 | - | |
| 37 | - $map = require __DIR__ . '/autoload_psr4.php'; | |
| 38 | - foreach ($map as $namespace => $path) { | |
| 39 | - $loader->setPsr4($namespace, $path); | |
| 40 | - } | |
| 41 | - | |
| 42 | - $classMap = require __DIR__ . '/autoload_classmap.php'; | |
| 43 | - if ($classMap) { | |
| 44 | - $loader->addClassMap($classMap); | |
| 45 | - } | |
| 46 | - } | |
| 47 | - | |
| 48 | 32 | $loader->register(true); |
| 49 | 33 | |
| 50 | - if ($useStaticLoader) { | |
| 51 | - $includeFiles = Composer\Autoload\ComposerStaticInit13156cd077b85c60f55232387c28ad0c::$files; | |
| 52 | - } else { | |
| 53 | - $includeFiles = require __DIR__ . '/autoload_files.php'; | |
| 54 | - } | |
| 55 | - foreach ($includeFiles as $fileIdentifier => $file) { | |
| 56 | - composerRequire13156cd077b85c60f55232387c28ad0c($fileIdentifier, $file); | |
| 57 | - } | |
| 58 | - | |
| 59 | 34 | return $loader; |
| 60 | - } | |
| 61 | -} | |
| 62 | - | |
| 63 | -function composerRequire13156cd077b85c60f55232387c28ad0c($fileIdentifier, $file) | |
| 64 | -{ | |
| 65 | - if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { | |
| 66 | - require $file; | |
| 67 | - | |
| 68 | - $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; | |
| 69 | 35 | } |
| 70 | 36 | } |