ClassLoader.php
2 years ago
LICENSE
3 years ago
autoload_classmap.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
2 years ago
autoload_real.php
2 months ago
autoload_static.php
2 months ago
autoload_static.php
77 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit20856411448c282b5b60fdd6adbfaf49 |
| 8 | { |
| 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | 'S' => |
| 11 | array ( |
| 12 | 'ShopPress\\Templates\\' => 20, |
| 13 | 'ShopPress\\Modules\\' => 18, |
| 14 | 'ShopPress\\Helpers\\' => 18, |
| 15 | 'ShopPress\\Elementor\\Widgets\\' => 28, |
| 16 | 'ShopPress\\Elementor\\' => 20, |
| 17 | 'ShopPress\\Compatibility\\' => 24, |
| 18 | 'ShopPress\\BlockEditor\\' => 22, |
| 19 | 'ShopPress\\Admin\\' => 16, |
| 20 | 'ShopPress\\' => 10, |
| 21 | ), |
| 22 | ); |
| 23 | |
| 24 | public static $prefixDirsPsr4 = array ( |
| 25 | 'ShopPress\\Templates\\' => |
| 26 | array ( |
| 27 | 0 => __DIR__ . '/../..' . '/Templates', |
| 28 | ), |
| 29 | 'ShopPress\\Modules\\' => |
| 30 | array ( |
| 31 | 0 => __DIR__ . '/../..' . '/Modules', |
| 32 | ), |
| 33 | 'ShopPress\\Helpers\\' => |
| 34 | array ( |
| 35 | 0 => __DIR__ . '/../..' . '/includes/helpers', |
| 36 | ), |
| 37 | 'ShopPress\\Elementor\\Widgets\\' => |
| 38 | array ( |
| 39 | 0 => __DIR__ . '/../..' . '/Elementor/widgets', |
| 40 | ), |
| 41 | 'ShopPress\\Elementor\\' => |
| 42 | array ( |
| 43 | 0 => __DIR__ . '/../..' . '/Elementor', |
| 44 | ), |
| 45 | 'ShopPress\\Compatibility\\' => |
| 46 | array ( |
| 47 | 0 => __DIR__ . '/../..' . '/includes/compatibility', |
| 48 | ), |
| 49 | 'ShopPress\\BlockEditor\\' => |
| 50 | array ( |
| 51 | 0 => __DIR__ . '/../..' . '/blocks', |
| 52 | ), |
| 53 | 'ShopPress\\Admin\\' => |
| 54 | array ( |
| 55 | 0 => __DIR__ . '/../..' . '/Admin', |
| 56 | ), |
| 57 | 'ShopPress\\' => |
| 58 | array ( |
| 59 | 0 => __DIR__ . '/../..' . '/', |
| 60 | ), |
| 61 | ); |
| 62 | |
| 63 | public static $classMap = array ( |
| 64 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 65 | ); |
| 66 | |
| 67 | public static function getInitializer(ClassLoader $loader) |
| 68 | { |
| 69 | return \Closure::bind(function () use ($loader) { |
| 70 | $loader->prefixLengthsPsr4 = ComposerStaticInit20856411448c282b5b60fdd6adbfaf49::$prefixLengthsPsr4; |
| 71 | $loader->prefixDirsPsr4 = ComposerStaticInit20856411448c282b5b60fdd6adbfaf49::$prefixDirsPsr4; |
| 72 | $loader->classMap = ComposerStaticInit20856411448c282b5b60fdd6adbfaf49::$classMap; |
| 73 | |
| 74 | }, null, ClassLoader::class); |
| 75 | } |
| 76 | } |
| 77 |