Viewing file: autoload_static.php (1.63 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit50079f60a6aee92920d5faa34d817888 { public static $prefixLengthsPsr4 = array ( 'C' => array ( 'Composer\\Installers\\' => 20, ), 'A' => array ( 'Automattic\\Kkart\\Blocks\\' => 30, 'Automattic\\Jetpack\\Autoloader\\' => 30, ), );
public static $prefixDirsPsr4 = array ( 'Composer\\Installers\\' => array ( 0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers', ), 'Automattic\\Kkart\\Blocks\\' => array ( 0 => __DIR__ . '/../..' . '/src', ), 'Automattic\\Jetpack\\Autoloader\\' => array ( 0 => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src', ), );
public static $classMap = array ( 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php', 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', );
public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInit50079f60a6aee92920d5faa34d817888::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit50079f60a6aee92920d5faa34d817888::$prefixDirsPsr4; $loader->classMap = ComposerStaticInit50079f60a6aee92920d5faa34d817888::$classMap;
}, null, ClassLoader::class); } }
|