Files
interblue.pl/modules/x13webp/vendor/composer/autoload_static.php
Jacek Pyziak 9003eede2d Add X13 WebP module for image conversion to next-generation formats
- Implemented the X13Webp class with core functionalities for converting images to WebP format.
- Added support for different PHP versions and defined constants for versioning.
- Included translation strings for various user interface elements and messages.
- Created XML file for module versioning.
2025-09-12 00:41:29 +02:00

82 lines
2.1 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitx13webp
{
public static $prefixLengthsPsr4 = array (
'X' =>
array (
'X13Webp\\' => 8,
),
'W' =>
array (
'WebPConvert\\' => 12,
),
'L' =>
array (
'LocateBinaries\\' => 15,
),
'I' =>
array (
'ImageMimeTypeSniffer\\' => 21,
'ImageMimeTypeGuesser\\' => 21,
),
'F' =>
array (
'FileUtil\\' => 9,
),
'E' =>
array (
'ExecWithFallback\\' => 17,
),
);
public static $prefixDirsPsr4 = array (
'X13Webp\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
'WebPConvert\\' =>
array (
0 => __DIR__ . '/..' . '/rosell-dk/webp-convert/src',
),
'LocateBinaries\\' =>
array (
0 => __DIR__ . '/..' . '/rosell-dk/locate-binaries/src',
),
'ImageMimeTypeSniffer\\' =>
array (
0 => __DIR__ . '/..' . '/rosell-dk/image-mime-type-sniffer/src',
),
'ImageMimeTypeGuesser\\' =>
array (
0 => __DIR__ . '/..' . '/rosell-dk/image-mime-type-guesser/src',
),
'FileUtil\\' =>
array (
0 => __DIR__ . '/..' . '/rosell-dk/file-util/src',
),
'ExecWithFallback\\' =>
array (
0 => __DIR__ . '/..' . '/rosell-dk/exec-with-fallback/src',
),
);
public static $classMap = array (
'X13Webp' => __DIR__ . '/../..' . '/x13webp.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitx13webp::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitx13webp::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitx13webp::$classMap;
}, null, ClassLoader::class);
}
}