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