2020-04-07 13:03:04 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
|
2022-08-19 16:16:06 +00:00
|
|
|
class ComposerAutoloaderInite86229ff9ba735012afe266068a3adea
|
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-08-19 16:16:06 +00:00
|
|
|
spl_autoload_register(array('ComposerAutoloaderInite86229ff9ba735012afe266068a3adea', 'loadClassLoader'), true, true);
|
|
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
|
|
|
spl_autoload_unregister(array('ComposerAutoloaderInite86229ff9ba735012afe266068a3adea', 'loadClassLoader'));
|
2020-04-07 13:03:04 +00:00
|
|
|
|
2022-08-19 16:16:06 +00:00
|
|
|
require __DIR__ . '/autoload_static.php';
|
|
|
|
call_user_func(\Composer\Autoload\ComposerStaticInite86229ff9ba735012afe266068a3adea::getInitializer($loader));
|
2020-04-07 13:03:04 +00:00
|
|
|
|
|
|
|
$loader->register(true);
|
|
|
|
|
2022-08-19 16:16:06 +00:00
|
|
|
$includeFiles = \Composer\Autoload\ComposerStaticInite86229ff9ba735012afe266068a3adea::$files;
|
2020-04-07 13:03:04 +00:00
|
|
|
foreach ($includeFiles as $fileIdentifier => $file) {
|
2022-08-19 16:16:06 +00:00
|
|
|
composerRequiree86229ff9ba735012afe266068a3adea($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-08-19 16:16:06 +00:00
|
|
|
function composerRequiree86229ff9ba735012afe266068a3adea($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
|
|
|
}
|
|
|
|
}
|