2022-03-15 14:21:55 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
|
|
|
|
class ComposerAutoloaderInitc56aa391ac498061f8d648878e0e6144
|
|
|
|
{
|
|
|
|
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('ComposerAutoloaderInitc56aa391ac498061f8d648878e0e6144', 'loadClassLoader'), true, true);
|
2022-05-30 09:56:06 +02:00
|
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
2022-03-15 14:21:55 +01:00
|
|
|
spl_autoload_unregister(array('ComposerAutoloaderInitc56aa391ac498061f8d648878e0e6144', 'loadClassLoader'));
|
|
|
|
|
|
|
|
$includePaths = require __DIR__ . '/include_paths.php';
|
|
|
|
$includePaths[] = get_include_path();
|
|
|
|
set_include_path(implode(PATH_SEPARATOR, $includePaths));
|
|
|
|
|
2022-05-30 09:56:06 +02:00
|
|
|
require __DIR__ . '/autoload_static.php';
|
|
|
|
call_user_func(\Composer\Autoload\ComposerStaticInitc56aa391ac498061f8d648878e0e6144::getInitializer($loader));
|
2022-03-15 14:21:55 +01:00
|
|
|
|
|
|
|
$loader->register(true);
|
|
|
|
|
|
|
|
return $loader;
|
|
|
|
}
|
|
|
|
}
|