2019-11-15 23:26:29 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
|
|
2023-05-23 23:18:12 +02:00
|
|
|
class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_1
|
2019-11-15 23:26:29 +01:00
|
|
|
{
|
|
|
|
|
private static $loader;
|
|
|
|
|
|
|
|
|
|
public static function loadClassLoader($class)
|
|
|
|
|
{
|
|
|
|
|
if ('Composer\Autoload\ClassLoader' === $class) {
|
|
|
|
|
require __DIR__ . '/ClassLoader.php';
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-15 14:30:05 +02:00
|
|
|
/**
|
|
|
|
|
* @return \Composer\Autoload\ClassLoader
|
|
|
|
|
*/
|
2019-11-15 23:26:29 +01:00
|
|
|
public static function getLoader()
|
|
|
|
|
{
|
|
|
|
|
if (null !== self::$loader) {
|
|
|
|
|
return self::$loader;
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-10 14:04:11 +01:00
|
|
|
require __DIR__ . '/platform_check.php';
|
|
|
|
|
|
2023-05-23 23:18:12 +02:00
|
|
|
spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_1', 'loadClassLoader'), true, true);
|
2022-06-16 14:01:47 +02:00
|
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
2023-05-23 23:18:12 +02:00
|
|
|
spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_1', 'loadClassLoader'));
|
2019-11-15 23:26:29 +01:00
|
|
|
|
2022-06-16 14:01:47 +02:00
|
|
|
require __DIR__ . '/autoload_static.php';
|
2023-05-23 23:18:12 +02:00
|
|
|
call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_1::getInitializer($loader));
|
2019-11-15 23:26:29 +01:00
|
|
|
|
|
|
|
|
$loader->setClassMapAuthoritative(true);
|
|
|
|
|
$loader->register(true);
|
|
|
|
|
|
2023-05-23 23:18:12 +02:00
|
|
|
$includeFiles = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_1::$files;
|
2019-11-15 23:26:29 +01:00
|
|
|
foreach ($includeFiles as $fileIdentifier => $file) {
|
2023-05-23 23:18:12 +02:00
|
|
|
composerRequiref11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_1($fileIdentifier, $file);
|
2019-11-15 23:26:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return $loader;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-04-02 10:26:41 +02:00
|
|
|
/**
|
|
|
|
|
* @param string $fileIdentifier
|
|
|
|
|
* @param string $file
|
|
|
|
|
* @return void
|
|
|
|
|
*/
|
2023-05-23 23:18:12 +02:00
|
|
|
function composerRequiref11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_1($fileIdentifier, $file)
|
2019-11-15 23:26:29 +01:00
|
|
|
{
|
|
|
|
|
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
|
|
|
|
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
2022-04-02 10:26:41 +02:00
|
|
|
|
|
|
|
|
require $file;
|
2019-11-15 23:26:29 +01:00
|
|
|
}
|
|
|
|
|
}
|