2020-04-07 13:03:04 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
|
2024-01-03 21:51:15 +00:00
|
|
|
class ComposerAutoloaderInite0e064cdd82a4be104872380c8a68791
|
2020-04-07 13:03:04 +00:00
|
|
|
{
|
|
|
|
private static $loader;
|
|
|
|
|
|
|
|
public static function loadClassLoader($class)
|
|
|
|
{
|
|
|
|
if ('Composer\Autoload\ClassLoader' === $class) {
|
|
|
|
require __DIR__ . '/ClassLoader.php';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-07-25 23:25:06 +00:00
|
|
|
/**
|
|
|
|
* @return \Composer\Autoload\ClassLoader
|
|
|
|
*/
|
2020-04-07 13:03:04 +00:00
|
|
|
public static function getLoader()
|
|
|
|
{
|
|
|
|
if (null !== self::$loader) {
|
|
|
|
return self::$loader;
|
|
|
|
}
|
|
|
|
|
2024-06-27 12:11:03 +00:00
|
|
|
require __DIR__ . '/platform_check.php';
|
|
|
|
|
2024-01-03 21:51:15 +00:00
|
|
|
spl_autoload_register(array('ComposerAutoloaderInite0e064cdd82a4be104872380c8a68791', 'loadClassLoader'), true, true);
|
2022-08-19 16:16:06 +00:00
|
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
2024-01-03 21:51:15 +00:00
|
|
|
spl_autoload_unregister(array('ComposerAutoloaderInite0e064cdd82a4be104872380c8a68791', 'loadClassLoader'));
|
2020-04-07 13:03:04 +00:00
|
|
|
|
2022-08-19 16:16:06 +00:00
|
|
|
require __DIR__ . '/autoload_static.php';
|
2024-01-03 21:51:15 +00:00
|
|
|
call_user_func(\Composer\Autoload\ComposerStaticInite0e064cdd82a4be104872380c8a68791::getInitializer($loader));
|
2020-04-07 13:03:04 +00:00
|
|
|
|
|
|
|
$loader->register(true);
|
|
|
|
|
2024-01-03 21:51:15 +00:00
|
|
|
$filesToLoad = \Composer\Autoload\ComposerStaticInite0e064cdd82a4be104872380c8a68791::$files;
|
2023-03-17 22:34:22 +00:00
|
|
|
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
|
|
|
|
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
|
|
|
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
|
|
|
|
|
|
|
require $file;
|
|
|
|
}
|
|
|
|
}, null, null);
|
|
|
|
foreach ($filesToLoad as $fileIdentifier => $file) {
|
|
|
|
$requireFile($fileIdentifier, $file);
|
2020-04-07 13:03:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
return $loader;
|
|
|
|
}
|
|
|
|
}
|