72 lines
2.0 KiB
PHP
72 lines
2.0 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInita09730e7b78ba5fc8c50baba5fea0567
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'o' =>
|
|
array (
|
|
'ofc\\' => 4,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'PostTypes\\' => 10,
|
|
),
|
|
'H' =>
|
|
array (
|
|
'Helpers\\' => 8,
|
|
),
|
|
'A' =>
|
|
array (
|
|
'Automattic\\WooCommerce\\' => 23,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'ofc\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/open-function-computers-llc/better-wordpress/src',
|
|
),
|
|
'PostTypes\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/jjgrainger/posttypes/src',
|
|
),
|
|
'Helpers\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/helpers',
|
|
),
|
|
'Automattic\\WooCommerce\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/automattic/woocommerce/src/WooCommerce',
|
|
),
|
|
);
|
|
|
|
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 = ComposerStaticInita09730e7b78ba5fc8c50baba5fea0567::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInita09730e7b78ba5fc8c50baba5fea0567::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInita09730e7b78ba5fc8c50baba5fea0567::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInita09730e7b78ba5fc8c50baba5fea0567::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|