Files
newwalls.pl/modules/productcomments/vendor/composer/autoload_static.php
2024-12-17 13:43:22 +01:00

44 lines
2.1 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitbf7f4fe3899aa33d826a35f377f2dc7b
{
public static $prefixLengthsPsr4 = array (
'P' =>
array (
'PrestaShop\\Module\\ProductComment\\' => 33,
),
);
public static $prefixDirsPsr4 = array (
'PrestaShop\\Module\\ProductComment\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
);
public static $classMap = array (
'PrestaShop\\Module\\ProductComment\\Entity\\ProductComment' => __DIR__ . '/../..' . '/src/Entity/ProductComment.php',
'PrestaShop\\Module\\ProductComment\\Entity\\ProductCommentCriterion' => __DIR__ . '/../..' . '/src/Entity/ProductCommentCriterion.php',
'PrestaShop\\Module\\ProductComment\\Entity\\ProductCommentGrade' => __DIR__ . '/../..' . '/src/Entity/ProductCommentGrade.php',
'PrestaShop\\Module\\ProductComment\\Entity\\ProductCommentReport' => __DIR__ . '/../..' . '/src/Entity/ProductCommentReport.php',
'PrestaShop\\Module\\ProductComment\\Entity\\ProductCommentUsefulness' => __DIR__ . '/../..' . '/src/Entity/ProductCommentUsefulness.php',
'PrestaShop\\Module\\ProductComment\\Repository\\ProductCommentCriterionRepository' => __DIR__ . '/../..' . '/src/Repository/ProductCommentCriterionRepository.php',
'PrestaShop\\Module\\ProductComment\\Repository\\ProductCommentRepository' => __DIR__ . '/../..' . '/src/Repository/ProductCommentRepository.php',
'ProductComments' => __DIR__ . '/../..' . '/productcomments.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitbf7f4fe3899aa33d826a35f377f2dc7b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitbf7f4fe3899aa33d826a35f377f2dc7b::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitbf7f4fe3899aa33d826a35f377f2dc7b::$classMap;
}, null, ClassLoader::class);
}
}