diff options
Diffstat (limited to 'static/api/vendor/composer/autoload_real.php')
| -rw-r--r-- | static/api/vendor/composer/autoload_real.php | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/static/api/vendor/composer/autoload_real.php b/static/api/vendor/composer/autoload_real.php new file mode 100644 index 0000000..c4275ff --- /dev/null +++ b/static/api/vendor/composer/autoload_real.php @@ -0,0 +1,38 @@ +<?php + +// autoload_real.php @generated by Composer + +class ComposerAutoloaderInit826f515f5ef16946d3e3ee3e3205b25e +{ + 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('ComposerAutoloaderInit826f515f5ef16946d3e3ee3e3205b25e', 'loadClassLoader'), true, true); + self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); + spl_autoload_unregister(array('ComposerAutoloaderInit826f515f5ef16946d3e3ee3e3205b25e', 'loadClassLoader')); + + require __DIR__ . '/autoload_static.php'; + call_user_func(\Composer\Autoload\ComposerStaticInit826f515f5ef16946d3e3ee3e3205b25e::getInitializer($loader)); + + $loader->register(true); + + return $loader; + } +} |
