summaryrefslogtreecommitdiffstats
path: root/3rdparty/ZendXml/vendor/composer/autoload_real.php
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/ZendXml/vendor/composer/autoload_real.php')
-rw-r--r--3rdparty/ZendXml/vendor/composer/autoload_real.php50
1 files changed, 0 insertions, 50 deletions
diff --git a/3rdparty/ZendXml/vendor/composer/autoload_real.php b/3rdparty/ZendXml/vendor/composer/autoload_real.php
deleted file mode 100644
index d33fba17e..000000000
--- a/3rdparty/ZendXml/vendor/composer/autoload_real.php
+++ /dev/null
@@ -1,50 +0,0 @@
-<?php
-
-// autoload_real.php @generated by Composer
-
-class ComposerAutoloaderInit44f71f876fa818738e1bb91ba3f97956
-{
- private static $loader;
-
- public static function loadClassLoader($class)
- {
- if ('Composer\Autoload\ClassLoader' === $class) {
- require __DIR__ . '/ClassLoader.php';
- }
- }
-
- public static function getLoader()
- {
- if (null !== self::$loader) {
- return self::$loader;
- }
-
- spl_autoload_register(array('ComposerAutoloaderInit44f71f876fa818738e1bb91ba3f97956', 'loadClassLoader'), true, true);
- self::$loader = $loader = new \Composer\Autoload\ClassLoader();
- spl_autoload_unregister(array('ComposerAutoloaderInit44f71f876fa818738e1bb91ba3f97956', 'loadClassLoader'));
-
- $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);
-
- return $loader;
- }
-}
-
-function composerRequire44f71f876fa818738e1bb91ba3f97956($file)
-{
- require $file;
-}