Files
redline.com.pl/modules/steasyvideo/vendor/composer/autoload_static.php
Jacek Pyziak eacf500d18 feat: Add YouTube video support and update admin templates
- Introduced a new YouTube tech integration in `youtube.min.js` for enhanced video playback.
- Created new admin template files for managing video settings, including `index.php` and `steasyvideo-pro.tpl`.
- Updated hook templates (`device_mode.tpl`, `forquickview.tpl`, `header.tpl`, `miniature.tpl`, `miniature_tb.tpl`, and predefined templates) to include video functionality.
- Implemented caching headers in several PHP files to improve performance.
- Ensured all new templates include proper licensing information and copyright notices.
2025-05-23 19:27:41 +02:00

39 lines
1.3 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit409bb44f31d5474bbf9ab50b7b661a82
{
public static $prefixLengthsPsr4 = array (
'P' =>
array (
'PrestaShop\\Module\\StEasyVideo\\' => 30,
),
);
public static $prefixDirsPsr4 = array (
'PrestaShop\\Module\\StEasyVideo\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'PrestaShop\\Module\\StEasyVideo\\Repository\\VideoRepository' => __DIR__ . '/../..' . '/src/Repository/VideoRepository.php',
'StEasyVideo' => __DIR__ . '/../..' . '/steasyvideo.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit409bb44f31d5474bbf9ab50b7b661a82::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit409bb44f31d5474bbf9ab50b7b661a82::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit409bb44f31d5474bbf9ab50b7b661a82::$classMap;
}, null, ClassLoader::class);
}
}