2021-10-29 18:05:46 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
|
2021-11-18 17:44:47 +01:00
|
|
|
class ComposerAutoloaderInita8011b477bb239488e5d139cdeb7b31e
|
2021-10-29 18:05:46 +02:00
|
|
|
{
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2021-11-18 17:44:47 +01:00
|
|
|
spl_autoload_register(array('ComposerAutoloaderInita8011b477bb239488e5d139cdeb7b31e', 'loadClassLoader'), true, true);
|
2022-08-31 16:08:03 +02:00
|
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
2021-11-18 17:44:47 +01:00
|
|
|
spl_autoload_unregister(array('ComposerAutoloaderInita8011b477bb239488e5d139cdeb7b31e', 'loadClassLoader'));
|
2021-10-29 18:05:46 +02:00
|
|
|
|
2022-08-31 16:08:03 +02:00
|
|
|
require __DIR__ . '/autoload_static.php';
|
|
|
|
call_user_func(\Composer\Autoload\ComposerStaticInita8011b477bb239488e5d139cdeb7b31e::getInitializer($loader));
|
2021-10-29 18:05:46 +02:00
|
|
|
|
|
|
|
$loader->register(true);
|
|
|
|
|
2022-08-31 16:08:03 +02:00
|
|
|
$includeFiles = \Composer\Autoload\ComposerStaticInita8011b477bb239488e5d139cdeb7b31e::$files;
|
2021-10-29 18:05:46 +02:00
|
|
|
foreach ($includeFiles as $fileIdentifier => $file) {
|
2021-11-18 17:44:47 +01:00
|
|
|
composerRequirea8011b477bb239488e5d139cdeb7b31e($fileIdentifier, $file);
|
2021-10-29 18:05:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
return $loader;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-08-31 16:08:03 +02:00
|
|
|
/**
|
|
|
|
* @param string $fileIdentifier
|
|
|
|
* @param string $file
|
|
|
|
* @return void
|
|
|
|
*/
|
2021-11-18 17:44:47 +01:00
|
|
|
function composerRequirea8011b477bb239488e5d139cdeb7b31e($fileIdentifier, $file)
|
2021-10-29 18:05:46 +02:00
|
|
|
{
|
|
|
|
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
|
|
|
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
2022-08-31 16:08:03 +02:00
|
|
|
|
|
|
|
require $file;
|
2021-10-29 18:05:46 +02:00
|
|
|
}
|
|
|
|
}
|