Files
masimmo.pl/modules/omnibuseufree/vendor/composer/autoload_real.php
Jacek Pyziak cc9a2c2285 Add initial module files and templates for Omnibus EU Free
- Created new image file for YouTube logo.
- Added index.php files for views and templates with license notice and redirection.
- Implemented back.js for page reload functionality with a button.
- Developed configure.tpl for admin configuration panel with documentation links.
- Created products-price-list.tpl for displaying product price data in a table format.
- Added presta_studio_omnibus_price.tpl for displaying price history information.
- Established hook templates for integration with PrestaShop.
2026-03-05 00:08:06 +01:00

37 lines
1.1 KiB
PHP

<?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit26f72ce49b24d770f51f3125f1089bff
{
private static $loader;
public static function loadClassLoader($class)
{
if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__ . '/ClassLoader.php';
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit26f72ce49b24d770f51f3125f1089bff', 'loadClassLoader'), true, false);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit26f72ce49b24d770f51f3125f1089bff', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit26f72ce49b24d770f51f3125f1089bff::getInitializer($loader));
$loader->register(false);
return $loader;
}
}