2020-04-07 13:03:04 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
|
2022-11-24 13:40:39 +00:00
|
|
|
class ComposerAutoloaderIniteaa5284efc067d9aba27d7d8f1a0b978
|
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;
|
|
|
|
}
|
|
|
|
|
2022-11-24 13:40:39 +00:00
|
|
|
spl_autoload_register(array('ComposerAutoloaderIniteaa5284efc067d9aba27d7d8f1a0b978', 'loadClassLoader'), true, true);
|
2022-08-19 16:16:06 +00:00
|
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
2022-11-24 13:40:39 +00:00
|
|
|
spl_autoload_unregister(array('ComposerAutoloaderIniteaa5284efc067d9aba27d7d8f1a0b978', 'loadClassLoader'));
|
2020-04-07 13:03:04 +00:00
|
|
|
|
2022-08-19 16:16:06 +00:00
|
|
|
require __DIR__ . '/autoload_static.php';
|
2022-11-24 13:40:39 +00:00
|
|
|
call_user_func(\Composer\Autoload\ComposerStaticIniteaa5284efc067d9aba27d7d8f1a0b978::getInitializer($loader));
|
2020-04-07 13:03:04 +00:00
|
|
|
|
|
|
|
$loader->register(true);
|
|
|
|
|
2022-11-24 13:40:39 +00:00
|
|
|
$includeFiles = \Composer\Autoload\ComposerStaticIniteaa5284efc067d9aba27d7d8f1a0b978::$files;
|
2020-04-07 13:03:04 +00:00
|
|
|
foreach ($includeFiles as $fileIdentifier => $file) {
|
2022-11-24 13:40:39 +00:00
|
|
|
composerRequireeaa5284efc067d9aba27d7d8f1a0b978($fileIdentifier, $file);
|
2020-04-07 13:03:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
return $loader;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-03-21 13:35:08 +00:00
|
|
|
/**
|
|
|
|
* @param string $fileIdentifier
|
|
|
|
* @param string $file
|
|
|
|
* @return void
|
|
|
|
*/
|
2022-11-24 13:40:39 +00:00
|
|
|
function composerRequireeaa5284efc067d9aba27d7d8f1a0b978($fileIdentifier, $file)
|
2020-04-07 13:03:04 +00:00
|
|
|
{
|
|
|
|
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
|
|
|
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
2022-03-21 13:35:08 +00:00
|
|
|
|
|
|
|
require $file;
|
2020-04-07 13:03:04 +00:00
|
|
|
}
|
|
|
|
}
|