64 lines
1.7 KiB
PHP
64 lines
1.7 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit3607194100d6f07e79a6cf21cb37ba8f
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'o' =>
|
|
array (
|
|
'ofc\\' => 4,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'PostTypes\\' => 10,
|
|
),
|
|
'H' =>
|
|
array (
|
|
'Helpers\\' => 8,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'ofc\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/open-function-computers-llc/rad-theme-engine/src',
|
|
),
|
|
'PostTypes\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/jjgrainger/posttypes/src',
|
|
),
|
|
'Helpers\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/helpers',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'H' =>
|
|
array (
|
|
'Handlebars' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/salesforce/handlebars-php/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit3607194100d6f07e79a6cf21cb37ba8f::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit3607194100d6f07e79a6cf21cb37ba8f::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit3607194100d6f07e79a6cf21cb37ba8f::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInit3607194100d6f07e79a6cf21cb37ba8f::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|